0
0
Fork 0
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:
Jason Volk 2019-03-09 12:09:07 -08:00
parent 79eed85397
commit 0a8bb92e6d

View file

@ -78,8 +78,8 @@ save_transaction_id_hookfn
{
save_transaction_id,
{
{ "_site", "vm.effect" },
{ "origin", my_host() },
{ "_site", "vm.post" },
{ "origin", my_host() },
}
};