diff --git a/matrix/FluffyChat/quick-account-switching.md b/matrix/FluffyChat/quick-account-switching.md index d9fb012..587cb0f 100644 --- a/matrix/FluffyChat/quick-account-switching.md +++ b/matrix/FluffyChat/quick-account-switching.md @@ -32,13 +32,14 @@ once space is pressed after the prefix char. 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) + * 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 * 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 - 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 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", "bundles": [ { - "name": "Meow", + "name": "😺", "priority": 0 } ]