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
Currently we only use modifiedSince for updates in the background fetch, but never for the actually room update. I assume this was never implemented, as we currently do not handle delete/disinvite signaling messages but instead always do a full fetch. We should consider to also use modifiedSince in normal operations and add support for delete/disinvite signaling messages.
Currently we only use
modifiedSince
for updates in the background fetch, but never for the actually room update. I assume this was never implemented, as we currently do not handle delete/disinvite signaling messages but instead always do a full fetch. We should consider to also usemodifiedSince
in normal operations and add support for delete/disinvite signaling messages.Docs https://nextcloud-talk.readthedocs.io/en/latest/conversation/#get-user-s-conversations
The text was updated successfully, but these errors were encountered: