fix(msteams): add msteams to pairing provider labels
This commit is contained in:
parent
7f326ae4ae
commit
a2bba7ef51
1 changed files with 1 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ export const PROVIDER_ID_LABELS: Record<PairingProvider, string> = {
|
|||
signal: "signalNumber",
|
||||
imessage: "imessageSenderId",
|
||||
whatsapp: "whatsappSenderId",
|
||||
msteams: "msteamsUserId",
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue