meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| digital:server:matrixsynapsemisc [2022/02/28 16:34] – [Table] natrius | digital:server:matrixsynapsemisc [2022/05/18 13:08] (current) – [Tombstone Event] natrius | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Different things, sometimes advanced and some things that just did not fit in the regular guide.  | Different things, sometimes advanced and some things that just did not fit in the regular guide.  | ||
| + | |||
| + | ## Matrix tips they don't tell you | ||
| + | https:// | ||
| ## Interesting projects | ## Interesting projects | ||
| - | ^ Name             ^ Link                                                                                      ^ Description  | + | Moved to [[digital:server:matrixprojects|Matrix  | 
| - | | ocrcc-chatbox  | + | |
| - | | Cactus Comments  | + | |
| - | | Journal  | + | |
| - | | Matrix CRDT      | https:// | + | |
| - | | mycete  | + | |
| - | | mjolnir  | + | |
| - | | Matrix-Art  | + | |
| - | | Circles  | + | |
| - | | Gatho            | https:// | + | |
| - | | Hummingbard  | + | |
| - | | TheBoard  | + | |
| - | | Cerulean  | + | |
| - | | matrix-blog  | + | |
| - | |                  |                                                                                            | + | |
| - | |                  |                                                                                            | + | |
| ## Synpase maintenance tools | ## Synpase maintenance tools | ||
| Line 59: | Line 47: | ||
| < | < | ||
| + | |||
| + | ## Exclude a server from a channel | ||
| + | |||
| + | Info von https:// | ||
| + | |||
| + | - Chat `/devtools` | ||
| + | - `Send Custom Event` | ||
| + | - Rechts unten roten Button `Event` drücken | ||
| + | - Event Type: `m.room.server_acl` | ||
| + | - State Key: leer lassen | ||
| + | - Event Content:  | ||
| + | |||
| + | ``` | ||
| + | { | ||
| + | 	" | ||
| + | 		" | ||
| + | ], | ||
| + | 	" | ||
| + | 	" | ||
| + | 		" | ||
| + | 		" | ||
| + | 		" | ||
| + | 		" | ||
| + | ] | ||
| + | } | ||
| + | ``` | ||
| + | |||
| + | - `Send` | ||
| + | - Bestätigung im Chat `[CURRENT USER] set the server ACLs for this room.` | ||
| + | |||
| + | ## Send custom reactions to messages (Powerlevel 1) | ||
| + | |||
| + | - Chat `/devtools` | ||
| + | - `Send Custom Event` | ||
| + | - Event Type: `m.reaction` | ||
| + | - Event Content:  | ||
| + | |||
| + | ``` | ||
| + | { | ||
| + |     " | ||
| + |         " | ||
| + |         " | ||
| + |         " | ||
| + | } | ||
| + | } | ||
| + | ``` | ||
| + | |||
| + | ## Send custom reactions to messages (Powerlevel >=50) | ||
| + | |||
| + | - Chat `/devtools` | ||
| + | - `Send Custom Event` | ||
| + | - Rechts unten roten Button `Event` drücken | ||
| + | - Event Type: `m.reaction` | ||
| + | - State Key: leer lassen | ||
| + | - Event Content:  | ||
| + | |||
| + | ``` | ||
| + | { | ||
| + |     " | ||
| + |         " | ||
| + |         " | ||
| + |         " | ||
| + | } | ||
| + | } | ||
| + | ``` | ||
| + | |||
| + | - `Send` | ||
| + | |||
| + | ## Tombstone Event | ||
| + | |||
| + | https:// | ||
| + | |||
| + | - Chat `/devtools` | ||
| + | - `Send Custom Event` | ||
| + | - Rechts unten roten Button `Event` drücken | ||
| + | - Event Type: `m.room.tombstone` | ||
| + | - State Key: leer lassen | ||
| + | - Event Content:  | ||
| + | |||
| + | ``` | ||
| + | { | ||
| + |     " | ||
| + |     " | ||
| + | } | ||
| + | ``` | ||
| + | |||
| + | - `Send` | ||
| + | |||
| + | ## Inactive room blocking address | ||
| + | |||
| + | IIRC you can request release of alias at support@matrix.org | ||
| + | |||