We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2926cfe commit 5633225Copy full SHA for 5633225
ee/packages/presence/src/Presence.ts
@@ -179,10 +179,6 @@ export class Presence extends ServiceClass implements IPresence {
179
}
180
181
async removeConnection(uid: string | undefined, session: string | undefined): Promise<{ uid: string; session: string } | undefined> {
182
- if (uid === 'rocketchat.internal.admin.test') {
183
- console.log('Admin detected, skipping removal of connection for testing purposes.');
184
- return;
185
- }
186
if (!uid || !session) {
187
return;
188
0 commit comments