document fallback TURN server feature

This commit is contained in:
CicadaCinema 2023-04-29 13:57:57 +01:00 committed by GitHub
parent eeb4b8dc0d
commit 23279ba3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -39,7 +39,8 @@ We do not forget all translators, for their work of translating Element into man
Feel free to add your name below, when you contribute to the project! Feel free to add your name below, when you contribute to the project!
Name | Matrix ID | GitHub Name | Matrix ID | GitHub
----------|-----------------------------|-------------------------------------- -------------|-----------------------------|--------------------------------------
gjpower | @gjpower:matrix.org | [gjpower](https://github.com/gjpower) gjpower | @gjpower:matrix.org | [gjpower](https://github.com/gjpower)
TR_SLimey | @tr_slimey:an-atom-in.space | [TR-SLimey](https://github.com/TR-SLimey) TR_SLimey | @tr_slimey:an-atom-in.space | [TR-SLimey](https://github.com/TR-SLimey)
CicadaCinema | | [CicadaCinema](https://github.com/CicadaCinema)

View File

@ -35,7 +35,6 @@ Here you can find some extra features and changes compared to Element Android (w
- Render media captions ([MSC2530](https://github.com/matrix-org/matrix-spec-proposals/pull/2530)) - Render media captions ([MSC2530](https://github.com/matrix-org/matrix-spec-proposals/pull/2530))
- Escape @room in the reply fallback to avoid unintentional room pings when replying - Escape @room in the reply fallback to avoid unintentional room pings when replying
- Render sticker body in room/thread preview - Render sticker body in room/thread preview
- Branding (name, app icon, links) - Branding (name, app icon, links)
- Show a toast instead of a snackbar after copying text, in order to not block the input area right after copying - Show a toast instead of a snackbar after copying text, in order to not block the input area right after copying
- Change some default settings (e.g., hide deleted messages by default) - Change some default settings (e.g., hide deleted messages by default)
@ -49,6 +48,7 @@ Here you can find some extra features and changes compared to Element Android (w
- Emoji-only messages with increased size: also for messages that have spaces between emojis - Emoji-only messages with increased size: also for messages that have spaces between emojis
- Also fallback to other user's avatar for 2-person-rooms not marked as DM - Also fallback to other user's avatar for 2-person-rooms not marked as DM
- Pass theme to stickerpicker (tested with maunium-stickerpicker) - Pass theme to stickerpicker (tested with maunium-stickerpicker)
- Allow using the matrix.org TURN server as a fallback (until this feature is [merged](https://github.com/vector-im/element-android/pull/5781) into Element)
- ... - ...
- Sometimes bug fixes for issues in Element, when found during internal testing - Sometimes bug fixes for issues in Element, when found during internal testing
- Sometimes additional bugs ;) - Sometimes additional bugs ;)