mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
cfbbfd177c
This is preparation for a feature that will allow admins to define their custom flags. Current behaviour should stay untouched.
4 lines
108 B
Ruby
4 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:flag) { name "offtopic", applies_to { %w[Post Chat::Message] } }
|