mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: discourse-follow notification types (#19513)
Bring information about discourse-follow notification types to Core https://github.com/discourse/discourse-follow/blob/main/plugin.rb#L32
This commit is contained in:
committed by
GitHub
parent
6b9c0ee554
commit
a6edd6ea61
@@ -118,6 +118,15 @@
|
||||
},
|
||||
"question_answer_user_commented": {
|
||||
"type": "integer"
|
||||
},
|
||||
"following": {
|
||||
"type": "integer"
|
||||
},
|
||||
"following_created_topic": {
|
||||
"type": "integer"
|
||||
},
|
||||
"following_replied": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user