2bb740cb16
There was a bug report on meta that after deployment, some topics were not loaded properly for 24 hours - https://meta.discourse.org/t/endless-spinner-on-some-posts/323031/17 In this PR we moved the `like` post action type to the database - https://github.com/discourse/discourse/pull/28362 However, flags are cached for performance reasons https://github.com/discourse/discourse/blob/main/app/serializers/site_serializer.rb#L113 After seed, we should ensure that the cache is reset so the site has access to all post-action types. |
||
---|---|---|
.. | ||
001_refresh.rb | ||
002_groups.rb | ||
003_flags.rb | ||
003_post_action_types.rb | ||
004_screened_ip_addresses.rb | ||
005_badge_types.rb | ||
006_badges.rb | ||
007_web_hook_event_types.rb | ||
009_users.rb | ||
010_uploads.rb | ||
500_categories.rb | ||
600_themes.rb | ||
990_settings.rb | ||
990_topics.rb |