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 a client who wishes to mark all unread notifications as read has to do a request for each of them. This is quite inefficient compared to a dedicated route that could do this operation with a single UPDATE query.
The text was updated successfully, but these errors were encountered:
Currently a client who wishes to mark all unread notifications as read has to do a request for each of them. This is quite inefficient compared to a dedicated route that could do this operation with a single
UPDATE
query.The text was updated successfully, but these errors were encountered: