Commit Graph

13 Commits

Author SHA1 Message Date
Adam Brown 68674aeaab update tests to reflect muting 2022-11-02 14:42:35 +00:00
Adam Brown 92639beb73 binding muted state to a icon within the room ist 2022-11-02 14:03:16 +00:00
Adam Brown dc5a46e0cd lifts room muting to the chat engine 2022-11-02 11:48:59 +00:00
Adam Brown 0536364121 extract member cache sizes to vars 2022-10-22 11:52:16 +01:00
Adam Brown 0e4f6d6ac2 lifting hidden/private read receipt option to the view model 2022-10-08 11:09:08 +01:00
Adam Brown ef41f13a7b adding entry point for extending services 2022-09-27 21:12:40 +01:00
Adam Brown ee91de4301 removing invites from the database after rejecting them and allowing them to fail with 403 (if the user no longer has access) 2022-09-15 20:06:17 +01:00
Adam Brown e6bd0f80dc fetching rooms and displaying when starting a share flow 2022-05-30 19:16:16 +01:00
Adam Brown e85d7a5ede adding an lru cache and making use of it in the room member cache
- keeps 25 members from 12 rooms in memory to avoid the cache growing infinitely
2022-05-08 18:50:14 +01:00
Adam Brown 5fae38aac7 allowing the joined member display name to be null 2022-05-08 13:06:06 +01:00
Adam Brown aa78bcd439 extracting the room members caching to its own class - need an upper limit to be set 2022-04-13 21:52:37 +01:00
Adam Brown be4fe82043 adding basic invitations list page via the profile 2022-03-13 22:53:58 +00:00
Adam Brown c78d24a458 initial commit 2022-02-27 21:48:14 +00:00