mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
[CORL-924/CORL-923] show all comments or staff comments in slack (#2872)
* add allcomments option to slack config * create separate class for hadnling slack event publishing * add strings Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com> Co-authored-by: Kim Gardner <kgardnr@gmail.com>
This commit is contained in:
co-authored by
Wyatt Johnson
Kim Gardner
parent
3cb5d0ff9f
commit
7fd524cd6a
@@ -1040,17 +1040,27 @@ type SlackChannelTriggers {
|
||||
"""
|
||||
reportedComments is whether this channel will receive reported comments
|
||||
"""
|
||||
reportedComments: Boolean!
|
||||
reportedComments: Boolean
|
||||
|
||||
"""
|
||||
pendingComments is whether this channel will receive pending comments
|
||||
"""
|
||||
pendingComments: Boolean!
|
||||
pendingComments: Boolean
|
||||
|
||||
"""
|
||||
featuredComments is whether this channel will receive featured comments
|
||||
"""
|
||||
featuredComments: Boolean!
|
||||
featuredComments: Boolean
|
||||
|
||||
"""
|
||||
allComents is whether the channel will receive all comments
|
||||
"""
|
||||
allComments: Boolean
|
||||
|
||||
"""
|
||||
staffComments is whether the channel will receive staff comments
|
||||
"""
|
||||
staffComments: Boolean
|
||||
}
|
||||
|
||||
type SlackChannel {
|
||||
@@ -3895,6 +3905,15 @@ input SlackTriggersConfigurationInput {
|
||||
featuredComments is whether this channel will receive featured comments
|
||||
"""
|
||||
featuredComments: Boolean
|
||||
"""
|
||||
allComents is whether the channel will receive all comments
|
||||
"""
|
||||
allComments: Boolean
|
||||
|
||||
"""
|
||||
staffComments is whether the channel will receive staff comments
|
||||
"""
|
||||
staffComments: Boolean
|
||||
}
|
||||
|
||||
input SlackChannelConfigurationInput {
|
||||
|
||||
Reference in New Issue
Block a user