Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Disable read receipt bridging
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 16, 2024
1 parent 4d0b948 commit 2203111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mautrix_instagram/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ async def handle_read_receipt(
message = await DBMessage.get_last(portal.mxid)
if not message:
return
user.log.debug(f"Marking {message.item_id} in {portal.thread_id} as read")
await user.mqtt.mark_seen(portal.thread_id, message.item_id)
# user.log.debug(f"Marking {message.item_id} in {portal.thread_id} as read")
# await user.mqtt.mark_seen(portal.thread_id, message.item_id)

@staticmethod
async def handle_typing(room_id: RoomID, typing: list[UserID]) -> None:
Expand Down

0 comments on commit 2203111

Please sign in to comment.