Revert "feat: add inbound username support and USync username protocol (#382)"

This reverts commit d08a09c35f.
This commit is contained in:
Renato Alcara
2026-04-30 11:32:07 -03:00
parent bb78f61c6a
commit 38620d2e2f
16 changed files with 5 additions and 114 deletions
-1
View File
@@ -46,7 +46,6 @@ export const processContactAction = (
{
id,
name: action.fullName || action.firstName || action.username || undefined,
username: action.username || undefined,
lid: lidJid || undefined,
phoneNumber
}