diff options
author | Unknwon <u@gogs.io> | 2017-02-18 00:54:56 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-18 00:54:56 -0500 |
commit | a07b1f630aee4deb82623ef05b8b236f2b0c09df (patch) | |
tree | d15b0235a9f51ebe2993024abe6255e9b107b4cc /public/config.codekit | |
parent | 266586e8667705822acd136e4e566b4d19a54d73 (diff) |
webhook: add native Discord support
Diffstat (limited to 'public/config.codekit')
-rw-r--r-- | public/config.codekit | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/config.codekit b/public/config.codekit index b4548fd8..6b925693 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -84,6 +84,17 @@ "outputPathIsSetByUser": 0, "processed": 1 }, + "\/img\/discord.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1559, + "inputAbbreviatedPath": "\/img\/discord.png", + "outputAbbreviatedPath": "\/img\/discord.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, "\/img\/favicon.png": { "fileType": 32768, "ignore": 0, |