feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

Easy way to get chat's owner for regular user

Open ankar84 opened this issue 4 years ago • 8 comments

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:

  1. 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.
  2. ~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

ankar84 avatar Sep 14 '21 11:09 ankar84

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.

lascapi avatar Sep 23 '21 12:09 lascapi

@dudanogueira hey! Implementation of that feature request no looks so hard work, can you address that to Product Team?

ankar84 avatar Dec 01 '21 06:12 ankar84

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

ankar84 avatar Apr 14 '22 04:04 ankar84

I get asked this by users almost every week

sandrotanner avatar May 17 '22 08:05 sandrotanner

I get asked this by users almost every week

Try https://github.com/BenderskiyMA/chat-info

ankar84 avatar May 17 '22 16:05 ankar84

@ankar84 thx

sandrotanner avatar May 19 '22 08:05 sandrotanner

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

christoph2806 avatar Feb 14 '24 12:02 christoph2806

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

BenderskiyMA avatar Feb 14 '24 12:02 BenderskiyMA