Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is_ignored bool field to NodeInfo #621

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

mdesmedt
Copy link
Contributor

Adds an is_ignored flag to the NodeInfo structs. This can be set and unset with admin messages just like the current is_favorite flag. This flag is for adding support for ignoring packets from nodes, like the ignore_incoming array but without being limited to 3 entries.

I will attempt to create a matching pull request in the firmware project for the firmware-side changes.

Related Issue

Checklist before merging

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

@CLAassistant
Copy link

CLAassistant commented Nov 12, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@thebentern thebentern merged commit af2fea1 into meshtastic:master Nov 12, 2024
2 checks passed
@mdesmedt mdesmedt deleted the is_ignored branch November 12, 2024 20:29
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.

3 participants