-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature: Room announcement #6351
New feature: Room announcement #6351
Conversation
…ouncement # Conflicts: # packages/rocketchat-piwik/client/trackEvents.js
+1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there anyway to make the announcement go away until it changes again? Or is it meant to always be there?
@@ -22,6 +22,11 @@ | |||
<span class="room-topic">{{{RocketChatMarkdown roomTopic}}}</span> | |||
</h2> | |||
</header> | |||
{{#if showAnnouncement}} | |||
<div class="fixed-title announcement"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you fix this spacing and indentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed @graywolf336
@graywolf336 In our team it is required to always be there. Otherwise a simply @ALL would suffice. But I'll see if it's better to have the option to hide it when it's in use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need some way to dismiss the announcement, if it should be fixed you should use topic for that.
But for now is better than nothing 😄 we can improve it later
@RocketChat/core
Users that have room editing privileges can set announcement for the room. Announcements will show on top of the room, just below the room name. Please see the attachment for how the announcement looks like.