refactor: drop legacy room chatType
This commit is contained in:
@@ -254,7 +254,6 @@ export function buildStatusMessage(args: StatusArgs): string {
|
||||
const isGroupSession =
|
||||
entry?.chatType === "group" ||
|
||||
entry?.chatType === "channel" ||
|
||||
entry?.chatType === "room" ||
|
||||
Boolean(args.sessionKey?.includes(":group:")) ||
|
||||
Boolean(args.sessionKey?.includes(":channel:")) ||
|
||||
Boolean(args.sessionKey?.startsWith("group:"));
|
||||
|
||||
Reference in New Issue
Block a user