Skip to content

Commit

Permalink
Remove is_bot flag for bridge bots
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Apr 18, 2023
1 parent a1443a7 commit 1bf4635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mautrix/bridge/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ async def init_as_bot(self) -> None:
"com.beeper.bridge.service": self.bridge.beeper_service_name,
"com.beeper.bridge.network": self.bridge.beeper_network_name,
"com.beeper.bridge.is_bridge_bot": True,
"com.beeper.bridge.is_bot": True,
}
)

Expand Down

0 comments on commit 1bf4635

Please sign in to comment.