mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 22:34:32 +00:00
refactor(pairing): centralize reply formatting
This commit is contained in:
10
src/pairing/pairing-labels.ts
Normal file
10
src/pairing/pairing-labels.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { PairingProvider } from "./pairing-store.js";
|
||||
|
||||
export const PROVIDER_ID_LABELS: Record<PairingProvider, string> = {
|
||||
telegram: "telegramUserId",
|
||||
discord: "discordUserId",
|
||||
slack: "slackUserId",
|
||||
signal: "signalNumber",
|
||||
imessage: "imessageSenderId",
|
||||
whatsapp: "whatsappSenderId",
|
||||
};
|
||||
Reference in New Issue
Block a user