mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
DEV: Added notification type for 'discourse-circles' (#19834)
Reserved an ID to be used by notifications generated on the `discourse-circles` plugin.
This commit is contained in:
parent
192d8c25e6
commit
8fd9a93a1a
|
@ -155,6 +155,7 @@ class Notification < ActiveRecord::Base
|
|||
following: 800, # Used by https://github.com/discourse/discourse-follow
|
||||
following_created_topic: 801, # Used by https://github.com/discourse/discourse-follow
|
||||
following_replied: 802, # Used by https://github.com/discourse/discourse-follow
|
||||
circles_activity: 900, # Used by https://github.com/discourse/discourse-circles
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
@ -127,6 +127,9 @@
|
|||
},
|
||||
"following_replied": {
|
||||
"type": "integer"
|
||||
},
|
||||
"circles_activity": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user