Browse Source
There were some smaller merge conflicts (e.g. in `lib/version.rb`), but all of them were of smaller nature. Due to the fact that other v4.0.* versions are also included, it's a bit bigger than the other PR for 3.5. I won't repeat the changelog here, the upgrade is the usual *git pull and restart all mastodon processes*. --------- Co-authored-by: Michael Stanclift <mx@vmstan.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com> Co-authored-by: Daniel M Brasil <danielmbrasil@protonmail.com> Co-authored-by: yufushiro <62991447+yufushiro@users.noreply.github.com> Co-authored-by: Nicolai Søborg <NicolaiSoeborg@users.noreply.github.com> Co-authored-by: Essem <smswessem@gmail.com> Co-authored-by: Jakob Gillich <jakob@gillich.me> Co-authored-by: David Aaron <1858430+suddjian@users.noreply.github.com> Co-authored-by: Matt Jankowski <matt@jankowski.online>hometown-4.0.10-merge v4.0.13+hometown-1.1.1
50 changed files with 230 additions and 173 deletions
@ -1,6 +1,8 @@
|
||||
# frozen_string_literal: true |
||||
|
||||
Fabricator(:account_stat) do |
||||
account nil |
||||
statuses_count "" |
||||
following_count "" |
||||
followers_count "" |
||||
account { Fabricate.build(:account) } |
||||
statuses_count '123' |
||||
following_count '456' |
||||
followers_count '789' |
||||
end |
||||
|
||||
Loading…
Reference in new issue