mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-04 21:12:05 +00:00
fix
This commit is contained in:
@@ -427,4 +427,4 @@ deleteLDNCheckNotUser db User {userId} localDisplayName = do
|
||||
WHERE user_id = ? AND local_display_name = ?
|
||||
AND local_display_name NOT IN (SELECT local_display_name FROM users WHERE user_id = ?)
|
||||
|]
|
||||
(userId, localDisplayName)
|
||||
(userId, localDisplayName, userId)
|
||||
|
||||
Reference in New Issue
Block a user