mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 16:30:52 +01:00
ircd:Ⓜ️🆔 Remove any fixed prefix to generated id::ROOM for now.
This commit is contained in:
parent
fcfc28c6e4
commit
ed5e7ef10a
1 changed files with 0 additions and 1 deletions
|
@ -453,7 +453,6 @@ ircd::m::id::id(const enum sigil &sigil,
|
|||
case sigil::ROOM:
|
||||
{
|
||||
mutable_buffer buf{namebuf, 16};
|
||||
consume(buf, buffer::copy(buf, "AAAA"_sv)); //TODO: cluster euid
|
||||
rand::string(rand::dict::alnum, buf);
|
||||
name = {namebuf, 16};
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue