mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Decouple node-mute from channel-mute
This commit is contained in:
parent
cf496532b8
commit
9b3643e4aa
2 changed files with 0 additions and 16 deletions
|
|
@ -414,16 +414,6 @@ message AdminMessage {
|
|||
*/
|
||||
uint32 remove_ignored_node = 48;
|
||||
|
||||
/*
|
||||
* Set specified node-num to be muted
|
||||
*/
|
||||
uint32 set_muted_node = 49;
|
||||
|
||||
/*
|
||||
* Set specified node-num to be heard / not-muted
|
||||
*/
|
||||
uint32 remove_muted_node = 50;
|
||||
|
||||
/*
|
||||
* Begins an edit transaction for config, module config, owner, and channel settings changes
|
||||
* This will delay the standard *implicit* save to the file system and subsequent reboot behavior until committed (commit_edit_settings)
|
||||
|
|
|
|||
|
|
@ -159,12 +159,6 @@ message NodeInfoLite {
|
|||
*/
|
||||
bool is_ignored = 11;
|
||||
|
||||
/*
|
||||
* True if node has been muted
|
||||
* Persists between NodeDB internal clean ups
|
||||
*/
|
||||
bool is_muted = 12;
|
||||
|
||||
/*
|
||||
* Last byte of the node number of the node that should be used as the next hop to reach this node.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue