Skip to content

Commit 38638f1

Browse files
authored
Merge pull request #792 from meshtastic/channel_mute_updates
Finalize channel is_muted re-work
2 parents cd5c83a + de145b5 commit 38638f1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

meshtastic/channel.proto

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ message ChannelSettings {
8686
* Per-channel module settings.
8787
*/
8888
ModuleSettings module_settings = 7;
89-
90-
/*
91-
* Whether or not we should receive notifactions / alerts through this channel
92-
*/
93-
bool mute = 8;
9489
}
9590

9691
/*
@@ -103,10 +98,10 @@ message ModuleSettings {
10398
uint32 position_precision = 1;
10499

105100
/*
106-
* Controls whether or not the phone / clients should mute the current channel
101+
* Controls whether or not the client / device should mute the current channel
107102
* Useful for noisy public channels you don't necessarily want to disable
108103
*/
109-
bool is_client_muted = 2;
104+
bool is_muted = 2;
110105
}
111106

112107
/*

0 commit comments

Comments
 (0)