m/fc/quick-account-switching.md: correct wordings & things, note 0.4.2

This commit is contained in:
Aminda Suomalainen 2021-09-22 18:10:51 +03:00
parent 13a68f3697
commit 75c02a7dd5
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -32,13 +32,14 @@ once space is pressed after the prefix char.
General notes: General notes:
* 0.4.1 has a bug where using automatic server discovery through well-known * 0.4.1 had a bug where using automatic server discovery through well-known
causes all accounts to get logged out. Use server name instead, e.g. `https://matrix-client.matrix.org` (discovered from https://matrix.org/.well-known/matrix/client) causes all accounts to get logged out. Use server name instead, e.g. `https://matrix-client.matrix.org` (discovered from https://matrix.org/.well-known/matrix/client)
* This is fixed in 0.4.2.
* Quick account switching will only work within a bundle, which by default is implied to be the MXID, so by default it's disabled * Quick account switching will only work within a bundle, which by default is implied to be the MXID, so by default it's disabled
* Note the avatar next to the input bar showing which account you are using. It can also be used for switching accounts. * Note the avatar next to the input bar showing which account you are using. It can also be used for switching accounts.
* Tapping it to change account will also change who will send an image or a voice message. * Tapping it to change account will also change which account will send any other events like media/reaction etc.
* Long tapping a message and editing a message send as another account will * Long tapping a message and editing a message send as another account will
auto-set the indicator as your roleplay character. auto-set the indicator and action-sender as your roleplay character.
Big thank you to FluffyChat contributors who made this feature and Sorunome Big thank you to FluffyChat contributors who made this feature and Sorunome
for initially explaining how to do this so I could attempt to make a more clearer for initially explaining how to do this so I could attempt to make a more clearer
@ -53,7 +54,7 @@ note on how to do it and later corrected me a lot on this file.
"prefix": "M", "prefix": "M",
"bundles": [ "bundles": [
{ {
"name": "Meow", "name": "😺",
"priority": 0 "priority": 0
} }
] ]