mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 08:00:01 +08:00
There is a bug with chat type flags - "An error occurred: Applies to is not included in the list" Flag.valid_applies_to_types is a set of core types and types registered by plugins `Set.new(DEFAULT_VALID_APPLIES_TO | DiscoursePluginRegistry.flag_applies_to_types)` Using lamba should ensure that valid values are calculated dynamically. |
||
|---|---|---|
| .. | ||
| create_flag.rb | ||
| destroy_flag.rb | ||
| reorder_flag.rb | ||
| toggle_flag.rb | ||
| update_flag.rb | ||