mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 22:55:11 +00:00
[MOD] Actually redact
This commit is contained in:
parent
a167d5d724
commit
47823ba56b
3 changed files with 53 additions and 7 deletions
|
|
@ -43,6 +43,9 @@ extern char * ASSend(const ParseeConfig *, char *, char *, char *, HashMap *);
|
|||
extern void ASType(const ParseeConfig *, char *, char *, bool);
|
||||
extern void ASPresence(const ParseeConfig *, char *, char *, char *);
|
||||
|
||||
/* Redacts an event from a room with a specific user */
|
||||
extern void ASRedact(const ParseeConfig *, char *room, char *user, char *e_id);
|
||||
|
||||
/* Sets a state event with a specific type and body */
|
||||
extern void ASSetState(const ParseeConfig *conf, char *id, char *type, char *key, char *mask, HashMap *event);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue