We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the PB,, quick command to post to the URGENT bulletin, the message is sent twice.
This can be taken out of handle_post_bulletin_command as it's already handled in send_message:
handle_post_bulletin_command
send_message
if board_name.lower() == "urgent": notification_message = f"💥NEW URGENT BULLETIN💥\nFrom: {sender_short_name}\nTitle: {subject}" send_message(notification_message, BROADCAST_NUM, interface)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the PB,, quick command to post to the URGENT bulletin, the message is sent twice.
This can be taken out of
handle_post_bulletin_command
as it's already handled insend_message
:The text was updated successfully, but these errors were encountered: