fix add_message.air

This commit is contained in:
folex 2021-02-24 22:41:03 +03:00
parent ede9a205a5
commit 46561f7069

View File

@ -4,7 +4,7 @@
(seq
(call relay (userlist "is_authenticated") [] status)
(seq
(call relay (history "add") [msg status] auth_result)
(call relay (history "add") [msg status.$.["is_authenticated"]!] auth_result)
(call %init_peer_id% (returnService "run") [auth_result])
)
)