mirror of
https://github.com/matrix-construct/construct
synced 2025-02-17 01:00:10 +01:00
modules/client/rooms/send: Use vm.post hook site to save transaction_id before notifies.
This commit is contained in:
parent
79eed85397
commit
0a8bb92e6d
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ save_transaction_id_hookfn
|
|||
{
|
||||
save_transaction_id,
|
||||
{
|
||||
{ "_site", "vm.effect" },
|
||||
{ "origin", my_host() },
|
||||
{ "_site", "vm.post" },
|
||||
{ "origin", my_host() },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue