-
Notifications
You must be signed in to change notification settings - Fork 19
[FEAT] Reject Adhoc Messages #227
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
base: main
Are you sure you want to change the base?
Conversation
@PanteraPolnocy 's implementation is less complicated and functionally does the same thing. Why not just use that? I don't see the advantage in tying gAgent in when gIMMgr is also global. Also, having two conflicting boolean settings can be enumerated under one setting. Off, Friends, All. "Reports to nearby chat if a conference (ad-hoc) has been ignored." is also very Firestorm-specific wording for a system message. I don't see why it would logged to nearby chat when a session id exists either. Makes for messy chat logs. |
Thanks @cinderblocks I appreciate the feedback.
This would make it more flexible. I thank you again for the valued feedback. |
This was implemented because some users would forget that ad-hoc sessions had been ignored, leading to confusion, so the message to nearby serves as a visible reminder. |
Personally I think it's a great reminder. Thank you for your great work on this. |
Yes, and justifiable in Firestorm because of the Phoenix/V1 influence of reporting lots of stuff to chat. Whereas in V3, system notifications are toasted. However, only mentioning it as the description is incorrect given that |
Understood, and I see you already made the change. Case could be made that DoNotDisturb and AutoRespond have no place in gAgent either as they are instant messaging states and not agent control states. |
Yes, it was a great suggestion and I value the feeback.
I feel that would have to be in a separate PR as that would relate to a separate request. I've also took the suggestion of using |
This PR is to address an annoyance where users automatically add you to a conference.
As a result, I've added the option to automatically leave the conference (adhoc), and announce (if requested).
Idea came from the very talented Firestorm folks so I appreciate their take on this.
I've bound the event onllagent
.*Known Issues / Caveats
None that I'm aware of