mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
670698090f
Catch unique constraint violation (SQLSTATE 23505) during route creation in ResolveConversation and fall back to Find, preventing duplicate key errors when concurrent inbound messages hit the same chat simultaneously. Add shared IsUniqueViolation helper to internal/db.