Skip to content

Commit

Permalink
Fix an issue with Mastodon connection not working (#23981)
Browse files Browse the repository at this point in the history
* Fix an issue with Mastodon connection not working

* Update release notes
  • Loading branch information
kean authored Jan 16, 2025
1 parent 5dade1f commit e0a82f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* [*] Fix an issue with "Speed up your site" section not refreshing (fails silently) [#23966]
* [*] Fix an issue with small tap area of the ellipsis in the post list [#23973]
* [*] Avoid unexpectedly marking post content as unsaved. [#23969]
* [*] Fix an issue with Mastodon connection not working [#23981]

25.6
-----
Expand Down
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 e0a82f9

Please sign in to comment.