meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
digital:server:matrixsynapsemisc [2022/03/06 17:29]
natrius
digital:server:matrixsynapsemisc [2022/05/18 13:08] (current)
natrius [Tombstone Event]
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://wordsmith.social/cos/matrix-tips-they-dont-tell-you
  
 ## Interesting projects ## Interesting projects
  
-Moved to https://www.natrius.eu/dokuwiki/doku.php?id=digital:server:matrixprojects [Matrix projects] +Moved to [[digital:server:matrixprojects|Matrix projects]]
-[[digital:server:matrixprojects|Matrix projects]]+
  
 ## Synpase maintenance tools ## Synpase maintenance tools
Line 75: Line 77:
 - Bestätigung im Chat `[CURRENT USER] set the server ACLs for this room.` - Bestätigung im Chat `[CURRENT USER] set the server ACLs for this room.`
  
-## Send custom reactions to messages+## Send custom reactions to messages (Powerlevel 1) 
 + 
 +- Chat `/devtools` 
 +- `Send Custom Event` 
 +- Event Type: `m.reaction` 
 +- Event Content:  
 + 
 +``` 
 +
 +    "m.relates_to":
 +        "rel_type": "m.annotation", 
 +        "event_id": "$164569109460761pvPSY:matrix.org", 
 +        "key": "BOMP!" 
 +    } 
 +
 +``` 
 + 
 +## Send custom reactions to messages (Powerlevel >=50)
  
 - Chat `/devtools` - Chat `/devtools`
Line 97: Line 116:
  
 ## Tombstone Event ## Tombstone Event
 +
 +https://spec.matrix.org/latest/client-server-api/#events-17
  
 - Chat `/devtools` - Chat `/devtools`