mirror of
https://github.com/pelgraine/Meck.git
synced 2026-05-02 19:42:38 +02:00
* experiment: enabling forwarding in terminal chat
This commit is contained in:
@@ -196,6 +196,10 @@ protected:
|
||||
return 0; // disable rxdelay
|
||||
}
|
||||
|
||||
bool allowPacketForward(const mesh::Packet* packet) override {
|
||||
return true;
|
||||
}
|
||||
|
||||
void onDiscoveredContact(ContactInfo& contact, bool is_new) override {
|
||||
// TODO: if not in favs, prompt to add as fav(?)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user