feat(fediverse): media posting for e2ee rooms [kakashi]
feat(fediverse): direct messaging and follower-only posting [kakashi] feat(config): emoji customization available in config [kakashi] fix(cmd): unroll by text [kakashi] refactor(reacts): timeline minimum +4 events => timeline minimum +1 events [kakashi] chore(deps): upgrade matrix-js-sdk, olm, qs chore(package): bump version
This commit is contained in:
parent
5924009154
commit
8e2ce18f26
11 changed files with 333 additions and 476 deletions
|
@ -5,6 +5,14 @@ module.exports = {
|
|||
password: 'your_password',
|
||||
domains: [ 'your_homeserver.com' ],
|
||||
manualVerify: false,
|
||||
reactions: {
|
||||
copy: '🔁',
|
||||
clap: '👏',
|
||||
redact: '🗑️️',
|
||||
rain: '🌧️',
|
||||
unroll: '🔍️',
|
||||
expand: '➕',
|
||||
}
|
||||
},
|
||||
fediverse: {
|
||||
domain: 'https://your_federation.com',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue