mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* experiment: enabling forwarding in terminal chat
This commit is contained in:
parent
d32e641225
commit
321a9425da
3 changed files with 11 additions and 7 deletions
|
|
@ -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(?)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue