From efdecc6017d8e3e3883c3a4a4efadee434d6c0bd Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 16 Nov 2022 00:11:03 +0000 Subject: [PATCH] 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 --- core/ssb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ssb.js b/core/ssb.js index 3a4c5dd6..83b56f2c 100644 --- a/core/ssb.js +++ b/core/ssb.js @@ -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 {