Skip to content
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

Suggestion: Modmail make a note when adding people to group chat #3096

Closed
2 tasks
YyAoMmIi opened this issue Sep 9, 2021 · 1 comment
Closed
2 tasks

Suggestion: Modmail make a note when adding people to group chat #3096

YyAoMmIi opened this issue Sep 9, 2021 · 1 comment
Labels
feature request wontfix Out of scope or not worth the time.

Comments

@YyAoMmIi
Copy link

YyAoMmIi commented Sep 9, 2021

Is your feature request related to a problem? Please elaborate.

When adding people to group chat using the new adduser function, sometimes you forget how many users are in that thread. Branched off this issue: #143

Describe the solution you'd like

Add an automated function similar to Note to the adduser / removeuser.
When a user get added or removed, The Note will be updated to say x is in current thread.

[my prefix is =]

  1. x start modmail.
  2. staff adduser y to thread
    --- when command is used, an automated note is made
    Note: Thread is now a group chat. Current user: 2/10. Thread starter: x
    Additional members: Y
  3. Staff adduser z to thread
    =adduser z
    ---- Note is updated to say
    ---- Thread is a group chat, current users 3/10. thread starter x
    additional members: Y Z
  4. staff removeuser y from thread
    =removeuser y
    ---- Note is updated to say
    ---- Thread is a group chat, current users 2/10. thread starter x
    additional members: Z
  5. staff adduser a & b tothread
    =adduser a b
    ---- Note is updated to say
    ---- Thread is a group chat, current users 4/10. thread starter x
    additional members: Z a b

this would be for internal use, so a note function.

Does your solution involve any of the following?

  • Logviewer
  • New config option

Describe alternatives you've considered

Above solution can be done manually, it just helps being automated.

Who will this benefit?

This would benefit people use the group chat function. An automated system helps with keeping track on members in a thread.

Additional Information

No response

@fourjr
Copy link
Collaborator

fourjr commented Nov 19, 2021

New recipients and initial thread starters are already indicated in the initial "genesis message" which is pinned to the channel. An example is attached. If you want your note functionality, you can create a plugin instead.

image

@fourjr fourjr closed this as completed Nov 19, 2021
@fourjr fourjr added the wontfix Out of scope or not worth the time. label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request wontfix Out of scope or not worth the time.
Projects
None yet
Development

No branches or pull requests

2 participants