We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a87d47d + 111b302 commit a56bb91Copy full SHA for a56bb91
src/config/constants.js
@@ -211,7 +211,7 @@ export const PROJECT_REF_CODE_MAX_LENGTH = 7
211
export const PROJECT_FEED_TYPE_PRIMARY = 'PRIMARY'
212
export const PROJECT_FEED_TYPE_MESSAGES = 'MESSAGES'
213
214
-export const DISCOURSE_BOT_USERID = 'CoderBot'
+export const DISCOURSE_BOT_USERID = 'system'
215
export const CODER_BOT_USERID = 'CoderBot'
216
export const CODER_BOT_USER_FNAME = 'Coder'
217
export const CODER_BOT_USER_LNAME = 'Bot'
0 commit comments