mirror of
https://github.com/matrix-construct/construct
synced 2025-04-09 03:13:11 +02: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:
|
case sigil::ROOM:
|
||||||
{
|
{
|
||||||
mutable_buffer buf{namebuf, 16};
|
mutable_buffer buf{namebuf, 16};
|
||||||
consume(buf, buffer::copy(buf, "AAAA"_sv)); //TODO: cluster euid
|
|
||||||
rand::string(rand::dict::alnum, buf);
|
rand::string(rand::dict::alnum, buf);
|
||||||
name = {namebuf, 16};
|
name = {namebuf, 16};
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue