You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Twitter -> Matrix read receipts is paused because it involves adding support metadata fields in Portals and Ghosts (see mautrix/go#295).
Meanwhile, adding Twitter -> Matrix typing indicators requires that we listen to a SSE request. The problem is knowing which chats to listen to. This can possibly be solved by subscribing to the events for X seconds after a message is sent, but is considered resource inefficient and unpredictable.
The text was updated successfully, but these errors were encountered:
Adding Twitter -> Matrix read receipts is paused because it involves adding support metadata fields in Portals and Ghosts (see mautrix/go#295).
Meanwhile, adding Twitter -> Matrix typing indicators requires that we listen to a SSE request. The problem is knowing which chats to listen to. This can possibly be solved by subscribing to the events for X seconds after a message is sent, but is considered resource inefficient and unpredictable.
The text was updated successfully, but these errors were encountered: