oncall-engine/engine/apps/slack
Ben Sully 6ef687061c
Remove 'emoji' property from Slack markdown blocks in resolution notes (#702)
I'm seeing this error in the logs:

> invalid additional property: emoji [json-pointer:/blocks/0/text]

It looks like the 'emoji' argument is not supported when type: mrkdwn.
This PR removes that property in the same place that the change
to mrkdwn was made - see [this
PR](https://github.com/grafana/oncall/pull/646).
2022-10-24 16:15:04 +01:00
..
migrations Drop data migrations setting up demo tokens 2022-06-06 12:29:25 -03:00
models Insight logs (#348) 2022-08-24 12:04:44 +05:00
representatives World, meet OnCall! 2022-06-03 08:09:47 -06:00
scenarios Remove 'emoji' property from Slack markdown blocks in resolution notes (#702) 2022-10-24 16:15:04 +01:00
slack_client World, meet OnCall! 2022-06-03 08:09:47 -06:00
templates/admin World, meet OnCall! 2022-06-03 08:09:47 -06:00
tests Schedules alpha fixes (#541) 2022-09-21 11:19:59 +01:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
admin.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
constants.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
slack_formatter.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
tasks.py Remove excessive usage of attachments 2022-08-09 21:50:22 +03:00
urls.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
utils.py Use formatted UTC time for fallback in slack message (#225) 2022-07-18 07:55:05 -06:00
views.py Insight logs (#348) 2022-08-24 12:04:44 +05:00