Merge branch 'develop' into feature/fga/draft_support

This commit is contained in:
ganfra 2024-06-26 14:39:44 +02:00
commit a77e5edef4
485 changed files with 2939 additions and 1591 deletions

1
changelog.d/2916.misc Normal file
View file

@ -0,0 +1 @@
Use a more natural date format for day dividers in the timeline. Also improve the time format for last messages in the room list.

1
changelog.d/3051.misc Normal file
View file

@ -0,0 +1 @@
Resolve display names in mentions in real time, also send mentions with user ids as the fallback text for the link representation of the mentions.

1
changelog.d/3081.bugfix Normal file
View file

@ -0,0 +1 @@
Let roles and permissions screens work for invited room members too.

1
changelog.d/3082.bugfix Normal file
View file

@ -0,0 +1 @@
Fix image rendering after clear cache

1
changelog.d/3083.bugfix Normal file
View file

@ -0,0 +1 @@
Improve room filters behavior

1
changelog.d/3085.bugfix Normal file
View file

@ -0,0 +1 @@
Make sure we replace the 'answer call' pending intent on ringing call notifications.

1
changelog.d/3086.bugfix Normal file
View file

@ -0,0 +1 @@
Make sure we don't use the main dispatcher while closing the bug report request, as it can lead to crashes in strict mode.