From 1822e6aeebc7ee194dd241db50b241da1d0afdf5 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 23 Sep 2021 11:00:45 +0300 Subject: [PATCH] m/fc/qas: add another example of professionalish account --- matrix/FluffyChat/quick-account-switching.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/matrix/FluffyChat/quick-account-switching.md b/matrix/FluffyChat/quick-account-switching.md index 587cb0f..8b5b9d0 100644 --- a/matrix/FluffyChat/quick-account-switching.md +++ b/matrix/FluffyChat/quick-account-switching.md @@ -62,4 +62,22 @@ note on how to do it and later corrected me a lot on this file. } ``` -on account `mikaela` on `https://matrix.feneas.org` (aka `@mikaela:feneas.org`) +on account `@mikaela:feneas.org` + +```json +{ + "prefix": "P", + "priority": 5, + "bundles": [ + { + "name": "💼", + "priority": 5 + }, + { + "name": "😺" + } + ] +} +``` + +on account `@mikaela.suomalainen:matrix.org` \ No newline at end of file