mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FEATURE: allow moderators to globally pin topics
This commit is contained in:
parent
ae3b2a6e02
commit
0372b81d11
10 changed files with 31 additions and 7 deletions
|
@ -101,6 +101,7 @@ describe TopicQuery do
|
|||
posts_count: 5,
|
||||
participant_count: 12,
|
||||
pinned_at: 10.minutes.ago,
|
||||
pinned_globally: true,
|
||||
bumped_at: 10.minutes.ago)
|
||||
end
|
||||
let!(:archived_topic) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue