mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 19:45:11 +00:00
[MOD] Timestamp Matrix messages
This commit is contained in:
parent
ca5f8fd5c5
commit
55ac682d26
9 changed files with 48 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue