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:
parent
2bd3a8f021
commit
ec6651d76d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue