0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 11:48:54 +02:00

modules/client/keys/upload: Disable one_time_keys; otherwise it spams the user's room.

This commit is contained in:
Jason Volk 2019-03-10 20:47:50 -07:00
parent c39d33ae36
commit e90e4aba42

View file

@ -70,7 +70,7 @@ post__keys_upload(client &client,
request["one_time_keys"]
};
m::device::set(request.user_id, device_id, "one_time_keys", one_time_keys);
//m::device::set(request.user_id, device_id, "one_time_keys", one_time_keys);
size_t buf_est{64};
std::map<string_view, long, std::less<>> counts;