Skip to content

Commit

Permalink
remove gist pre-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Jul 15, 2024
1 parent 2f4e4e4 commit fee8d64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/MessagingInApp/Gist/Gist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fee8d64

Please sign in to comment.