Skip to content

Commit

Permalink
Flag a suspect createRoom call
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 26, 2023
1 parent 86e4c6a commit cf690b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mautrix_telegram/abstract_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ async def _delayed_create_channel(self, chan: Channel) -> None:
f"Creating Matrix room for {portal.tgid}"
" with data fetched by Telethon due to UpdateChannel"
)
# T2BOT: SUSPECT CREATE ROOM CALL.
await portal.create_matrix_room(self, chan, invites=[self.mxid])

async def _check_server_notice_edit(self, message: Message) -> None:
Expand Down

0 comments on commit cf690b6

Please sign in to comment.