Directory

fix field name · WordPress/matrix-bots@2fed62d · GitHub
Skip to content

Commit

Permalink
fix field name
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfame committed Dec 19, 2023
1 parent 48765f2 commit 2fed62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mentions/mentions.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async def notify_users(self, users: List[str], body: str, formatted_body: str, s
}

if slack_bridge_ignore:
content["org.wordpress.do_not_bridge"] = slack_bridge_ignore
content["org.wordpress.slack_bridge_ignore"] = slack_bridge_ignore

# put this in a thread as well, if we are already in a thread, replacing in_reply_to
if str(evt.content.relates_to.rel_type) == "m.thread":
Expand Down

0 comments on commit 2fed62d

Please sign in to comment.