FIX: Retrigger notification when a topic is recategorized.

https://meta.discourse.org/t/notifications-when-a-topic-is-recategorized/63079
This commit is contained in:
Guo Xiang Tan
2018-05-07 21:29:06 +08:00
parent 5e45b682a2
commit ee1eb1a5bd
3 changed files with 39 additions and 6 deletions

View File

@ -17,7 +17,6 @@ Fabricator(:banner_topic, from: :topic) do
end
Fabricator(:private_message_topic, from: :topic) do
user
category_id { nil }
title { sequence(:title) { |i| "This is a private message #{i}" } }
archetype "private_message"