From 340bb5a1b482aa0029791a212482e741580b9a25 Mon Sep 17 00:00:00 2001 From: Woit Date: Thu, 28 Nov 2024 18:07:22 +0100 Subject: [PATCH] wip --- Monal/another.im/XMPP/MonalXmppWrapper.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Monal/another.im/XMPP/MonalXmppWrapper.swift b/Monal/another.im/XMPP/MonalXmppWrapper.swift index 2e52ee3..11c7948 100644 --- a/Monal/another.im/XMPP/MonalXmppWrapper.swift +++ b/Monal/another.im/XMPP/MonalXmppWrapper.swift @@ -291,7 +291,6 @@ private extension MonalChatWrapper { .sorted { $0.timestamp > $1.timestamp } DispatchQueue.main.async { [weak self] in self?.messages = messages - } }