refactor: centralize paired room role normalization (#193)
This commit is contained in:
@@ -3,6 +3,13 @@ export {
|
||||
type RoomRoleContext,
|
||||
} from './room-role-context.js';
|
||||
export { EJCLAW_ENV, type EjclawEnvName } from './ejclaw-env.js';
|
||||
export {
|
||||
isPairedRoomRole,
|
||||
normalizePairedRoomRole,
|
||||
normalizePairedRoomRoleOrNull,
|
||||
PAIRED_ROOM_ROLES,
|
||||
type PairedRoomRole,
|
||||
} from './paired-room-role.js';
|
||||
export {
|
||||
extractMarkdownImageAttachments,
|
||||
extractMediaAttachments,
|
||||
|
||||
Reference in New Issue
Block a user