This doesn't even work, because we never treat cheogram.com as a stranger

Stephen Paul Weber created

Change summary

src/main/java/eu/siacs/conversations/entities/Conversation.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/java/eu/siacs/conversations/entities/Conversation.java 🔗

@@ -797,7 +797,7 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
                 }
             }
         } else if ((QuickConversationsService.isConversations() || !Config.QUICKSY_DOMAIN.equals(contactJid.getDomain())) && isWithStranger()) {
-            return contactJid.equals(Jid.of("cheogram.com")) ? "Cheogram" : contactJid;
+            return contactJid;
         } else {
             return this.getContact().getDisplayName();
         }