mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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: 800, # Used by https://github.com/discourse/discourse-follow
|
||||||
following_created_topic: 801, # 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
|
following_replied: 802, # Used by https://github.com/discourse/discourse-follow
|
||||||
|
circles_activity: 900, # Used by https://github.com/discourse/discourse-circles
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -127,6 +127,9 @@
|
|||||||
},
|
},
|
||||||
"following_replied": {
|
"following_replied": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"circles_activity": {
|
||||||
|
"type": "integer"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
Loading…
Reference in New Issue
Block a user