Skip to content

Conversation

@ford-jones
Copy link
Contributor

@ford-jones ford-jones commented Sep 23, 2025

This PR adds mute settings for chats with a particular node.

Firmware changes: meshtastic/firmware#8088
Python CLI changes: meshtastic/python#822
Docs: meshtastic/meshtastic#2038

Related issues:
meshtastic/device-ui#189
meshtastic/firmware#7943

Checklist before merging

  • All top level messages commented
  • All enum members have unique descriptions

@ford-jones ford-jones marked this pull request as ready for review November 6, 2025 10:52
@ford-jones
Copy link
Contributor Author

@Xaositek These will need merging too alongside meshtastic/firmware#8088

* True if node has been muted
* Persists between NodeDB internal clean ups
*/
bool is_muted = 14;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would prefer to use a bit in the bitfield rather than use more device memory and flash.

* LSB 0 of the bitfield
*/
bool is_key_manually_verified = 12;
bool is_key_manually_verified = 13;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't do this. Don't change existing numberings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants