Доработки интерфейса и поведения настроек, профиля и групп
This commit is contained in:
@@ -332,7 +332,7 @@ abstract class RosettaDatabase : RoomDatabase() {
|
||||
THEN dialogs.account || ':' || dialogs.opponent_key
|
||||
ELSE dialogs.opponent_key || ':' || dialogs.account
|
||||
END
|
||||
ORDER BY m.timestamp DESC, m.message_id DESC
|
||||
ORDER BY m.timestamp DESC, m.id DESC
|
||||
LIMIT 1
|
||||
),
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user