Skip to content

Commit 3480726

Browse files
committed
Remove Comments
1 parent 35c844c commit 3480726

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/Timeout.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ import { getAppSettingValue } from '../lib/Settings';
77

88
export const handleTimeout = async (app: IApp, message: IMessage, read: IRead, http: IHttp, persistence: IPersistence, modify: IModify ) => {
99

10-
// const { text } = message;
11-
// if (!text || (text && text.trim().length === 0)) {
12-
// return;
13-
// }
14-
1510
if (message.room.type !== RoomType.LIVE_CHAT || (message.customFields && message.customFields.idleTimeoutConfig)) {
1611
return;
1712
}

0 commit comments

Comments
 (0)