mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: show an enveloppe icon when a badge is used in messages
- the badge count now includes messages - only show the message badges to admins
This commit is contained in:
5
db/migrate/20180514133440_add_pm_topic_count_to_tags.rb
Normal file
5
db/migrate/20180514133440_add_pm_topic_count_to_tags.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPmTopicCountToTags < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :tags, :pm_topic_count, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user