Skip to content
Snippets Groups Projects
Unverified Commit 182a9b71 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #10523 from hiroshisuga/patch-4

Show invitation URL in chat window on 2.3a
parents f60ec758 3af7d2cf
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ export default injectIntl(withTracker(({ intl }) => {
const messagesFormated = messagesBeforeWelcomeMsg
.concat(welcomeMsg)
.concat((amIModerator && modOnlyMessage) || [])
.concat((amIModerator && modOnlyMessage) ? moderatorMsg : [])
.concat(messagesAfterWelcomeMsg);
messages = messagesFormated.sort((a, b) => (a.time - b.time));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment