PLT-1649: add response_url support for custom slash commands (#6739)
* add response_url support for custom slash commands * pr suggestions * pr update / suggestion * test fix
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
5cd45c9394
Коммит
b122381e87
@@ -107,6 +107,10 @@ func (s *LayeredStore) Command() CommandStore {
|
||||
return s.DatabaseLayer.Command()
|
||||
}
|
||||
|
||||
func (s *LayeredStore) CommandWebhook() CommandWebhookStore {
|
||||
return s.DatabaseLayer.CommandWebhook()
|
||||
}
|
||||
|
||||
func (s *LayeredStore) Preference() PreferenceStore {
|
||||
return s.DatabaseLayer.Preference()
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user