Oh yeah, Manyverse didn't like when I sent room notifications with missing ids.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4041 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2022-11-16 00:11:03 +00:00
parent 1a35a6a161
commit efdecc6017

View File

@ -239,6 +239,7 @@ ssb.addRpc(['tunnel', 'isRoom'], function(request) {
function notify_attendant_changed(id, type) {
if (!id) {
print(`notify_attendant_changed called with id=${id}`);
return;
}
for (let r of Object.values(g_attendants)) {
try {