0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

ircd:Ⓜ️🆔 Remove any fixed prefix to generated id::ROOM for now.

This commit is contained in:
Jason Volk 2019-06-26 03:42:11 -07:00
parent fcfc28c6e4
commit ed5e7ef10a

View file

@ -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;