[MOD] Actually redact

This commit is contained in:
LDA 2024-07-07 23:59:13 +02:00
commit 47823ba56b
3 changed files with 53 additions and 7 deletions

View file

@ -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);