mirror of
https://github.com/matrix-construct/construct
synced 2025-03-16 22:41:46 +01:00
ircd:Ⓜ️:media::file: Switch to b64 urlsafe for room_id.
This commit is contained in:
parent
96587f2e6d
commit
58d61f4675
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ ircd::m::media::file::room_id(room::id::buf &out,
|
|||
|
||||
out =
|
||||
{
|
||||
b58::encode(buf, hash), my_host()
|
||||
b64::encode_unpadded<b64::urlsafe>(buf, hash), my_host()
|
||||
};
|
||||
|
||||
return out;
|
||||
|
|
Loading…
Add table
Reference in a new issue