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 Both sides next revision
digital:server:matrixsynapsemisc [2022/03/06 17:29]
natrius
digital:server:matrixsynapsemisc [2022/03/26 23:14]
natrius
Line 74: Line 74:
 - 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 (as user) 
 + 
 +- 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 (as mod)
  
 - Chat `/devtools` - Chat `/devtools`