[MOD] Timestamp Matrix messages

This commit is contained in:
LDA 2024-10-28 13:26:25 +01:00
commit 55ac682d26
9 changed files with 48 additions and 19 deletions

View file

@ -263,7 +263,7 @@ ParseeBotHandler(ParseeData *data, HashMap *event)
Free(ASSend(
data->config, id, profile,
"m.room.message",
MatrixCreateNotice("Please enter a valid command")
MatrixCreateNotice("Please enter a valid command"), 0
));
Free(profile);
return;
@ -274,7 +274,7 @@ ParseeBotHandler(ParseeData *data, HashMap *event)
Free(ASSend(
data->config, id, profile,
"m.room.message",
MatrixCreateNotice("You are not authorised to do this.")
MatrixCreateNotice("You are not authorised to do this."), 0
));
Free(profile);
return;