0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 02:18:53 +02:00

modules/federation/user_device: Mark use of zero value for stream_id here.

This commit is contained in:
Jason Volk 2020-04-02 17:16:27 -07:00
parent 1cabd663fb
commit 22e71d57e2

View file

@ -81,7 +81,10 @@ get__user_devices(client &client,
json::stack::member
{
top, "stream_id", json::value(0L)
top, "stream_id", json::value
{
0L // unused; triggers query from synapse on m.device_list_update
}
};
json::stack::array devices