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/03/01 19:10] – 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 64: | Line 52: | ||
| Info von https:// | Info von https:// | ||
| - | 1, Chat `/ | + | - Chat `/ | 
| - | 2, `Send Custom Event` | + | - `Send Custom Event` | 
| - | 3, Rechts unten roten Button `Event` drücken | + | - Rechts unten roten Button `Event` drücken | 
| - | 4, Event Type: `m.room.server_acl` | + | - Event Type: `m.room.server_acl` | 
| - | 5, State Key: leer lassen | + | - State Key: leer lassen | 
| - | 6, Event Content:  | + | - Event Content:  | 
| ``` | ``` | ||
| { | { | ||
| Line 84: | Line 73: | ||
| } | } | ||
| ``` | ``` | ||
| - | 7, `Send` | + | |
| - | 8, Bestätigung im Chat `[CURRENT USER] set the server ACLs for this room.` | + | - `Send` | 
| + | - Bestätigung im Chat `[CURRENT USER] set the server ACLs for this room.` | ||
| + | |||
| + | ## Send custom reactions to messages (Powerlevel 1) | ||
| + | |||
| + | - Chat `/ | ||
| + | - `Send Custom Event` | ||
| + | - Event Type: `m.reaction` | ||
| + | - Event Content: | ||
| + | |||
| + | ``` | ||
| + | { | ||
| + |     " | ||
| + |         " | ||
| + |         " | ||
| + |         " | ||
| + | } | ||
| + | } | ||
| + | ``` | ||
| + | |||
| + | ## Send custom reactions to messages (Powerlevel >=50) | ||
| + | |||
| + | - Chat `/ | ||
| + | - `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 `/ | ||
| + | - `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 | ||
| + | |||