Hello,
So I'm working on the iOS version and I'm trying to implement read marks on the subscription list (to extend the already existing functionally inside the rooms) but I'm facing some weird behaviour from the API (so this might not be an issue with the app but with the server so I'm sorry if that's the case).
What happens is that when calling https://localhost:3000/api/v1/rooms.get?updatedSince=...] all the lastMessages for each subscription comes with the unread parameter set to false (even thou the message was already read, which I can confirm if I fetch the message list for the subscription).
Any idea of what might be happening here? Thanks!