mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 03:45:11 +00:00
[ADD/WIP] Two-way replies
Call me Seija Kijin the way I apply my Reverse Ideology.
This commit is contained in:
parent
8472ada953
commit
c5df636bdb
5 changed files with 44 additions and 1 deletions
|
|
@ -26,6 +26,9 @@ extern HashMap * MatrixCreateNameState(char *name);
|
|||
/* Creates a join membership with a specific nickname */
|
||||
extern HashMap * MatrixCreateNickChange(char *nick);
|
||||
|
||||
/* Modifies a hashmap to create a reply event */
|
||||
extern void MatrixSetReply(HashMap *e, char *event);
|
||||
|
||||
/* Get the event ID of the reply if existent */
|
||||
extern char * MatrixGetReply(HashMap *event);
|
||||
extern char * MatrixGetEdit(HashMap *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue