0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00

modules/client/user/filter: Use b64url filter ID's.

This commit is contained in:
Jason Volk 2019-07-07 01:10:44 -07:00
parent 2bd3a8f021
commit ec6651d76d

View file

@ -147,7 +147,7 @@ ircd::m::user::filter::set(const mutable_buffer &idbuf,
const string_view filter_id
{
b64encode_unpadded(idbuf, hash)
b64tob64url(idbuf, b64encode_unpadded(idbuf, hash))
};
//TODO: ABA