feature-requests
feature-requests copied to clipboard
Easy way to get chat's owner for regular user
Is your feature request related to a problem? Please describe. At that moment (in 3.18.1 RC version) there is no easy way for regular chat user to get who is an owner of that particular chat. User have 2 complicated ways to get chat owner:
- If appearance of user roles is enabled, user can check chat history to find message on owner, and near that message will be hir role
owner. But in fact, owner could not write messages at all. - ~Check every single user in member list one-by-one~ (I guess I'm wrong here and one can't do it in member list)
Describe the solution you'd like Users need some easy way to get privileged chat users - creator, other owners and moderators. For example, all privileged users can be sorted to stay on top of member list, and their role can be present near that user
Describe alternatives you've considered N/A
Additional context N/A
An real example for what it can be useful.
If I want to add some channels to a team, I can't because I have to ask the owner of this channel to do it.
I propose to show the channel's owner in the informations panel and like @ankar84 said in the user list as tag.
@dudanogueira hey! Implementation of that feature request no looks so hard work, can you address that to Product Team?
Custom solution is developed in form of Rocket.Chat application by @BenderskiyMA here https://github.com/BenderskiyMA/chat-info
It register slash command /info to get private chat information like creator, owners, moderators
I get asked this by users almost every week
I get asked this by users almost every week
Try https://github.com/BenderskiyMA/chat-info
@ankar84 thx
I get asked this by users almost every week
Try https://github.com/BenderskiyMA/chat-info
Anybody can tell me how to install this app? There is no documentation, only links to some tech docs
I get asked this by users almost every week
Try https://github.com/BenderskiyMA/chat-info
Anybody can tell me how to install this app? There is no documentation, only links to some tech docs
You need to install an environment to use app engine. Start here:
https://developer.rocket.chat/apps-engine/getting-started/rocket.chat-app-engine-cli