florence-social / mastodon-fork

Florence's fork of Mastodon
GNU Affero General Public License v3.0
138 stars 15 forks source link

WIP: 2.9 updates #189

Open agateblue opened 4 years ago

agateblue commented 4 years ago

Not sure if this is something you might want, but with the upcoming security fix coming in Mastodon upstream (https://mastodon.social/@Mastodon/103713946448947053), I figured we might as well include change from the 2.9.3 (and soon to be released 2.9.4) Mastodon releases here.

I'm going to test this on my server to ensure nothing is broken.

Note: there may be a better way, this is what I've done:

git remote add mastodon https://github.com/tootsuite/mastodon.git
git fetch mastodon
git merge v2.9.3
# reviewed/fix a few conflicts

I realize there is also https://github.com/florence-social/mastodon-fork/pull/135 so I'm not sure what to do.