Skip to content

Commit

Permalink
Fix an issue with Mastodon connection not working
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 15, 2025
1 parent 60677aa commit 9e1e72c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ - (void)setupTitle

- (void)setupWebView
{
self.webView.customUserAgent = [WPUserAgent wordPressUserAgent];
self.webView.navigationDelegate = self;
}

Expand Down

0 comments on commit 9e1e72c

Please sign in to comment.