mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 19:55:10 +00:00
[ADD] Add basic Matrix ID parser
This commit is contained in:
parent
fb511b4df0
commit
8042ccc0cc
8 changed files with 70 additions and 15 deletions
|
|
@ -162,7 +162,6 @@ end_error:
|
|||
|
||||
PEPManagerHandle(thr->info->pep_manager, stanza);
|
||||
|
||||
/* TODO: Separate the chatstate processing code. */
|
||||
ProcessChatstates(args, stanza);
|
||||
|
||||
to = ParseeDecodeMXID(HashMapGet(stanza->attrs, "to"));
|
||||
|
|
@ -317,7 +316,6 @@ end_error:
|
|||
reaction = ArrayGet(react_child, i);
|
||||
react_data = ArrayGet(reaction->children, 0);
|
||||
|
||||
/* TODO: We should manage removed reactions. */
|
||||
Free(ASSend(
|
||||
args->config, mroom_id, encoded,
|
||||
"m.reaction",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue