From fee8d64d61e9cc2006ada2e47871fe9d8ccf3b21 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Mon, 15 Jul 2024 15:00:43 -0400 Subject: [PATCH] remove gist pre-fetch --- Sources/MessagingInApp/Gist/Gist.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/MessagingInApp/Gist/Gist.swift b/Sources/MessagingInApp/Gist/Gist.swift index 27fa9ce22..f0df42411 100644 --- a/Sources/MessagingInApp/Gist/Gist.swift +++ b/Sources/MessagingInApp/Gist/Gist.swift @@ -23,9 +23,6 @@ public class Gist: GistDelegate { self.dataCenter = dataCenter Logger.instance.enabled = logging messageQueueManager.setup() - - // Initialising Gist web with an empty message to fetch fonts and other assets. - _ = Gist.shared.getMessageView(Message(messageId: "")) } // For testing to reset the singleton state