Notificación cuando se añada a un grupo

Muchos usuarios de mi comunidad son agregados a grupos sin saber que realmente han sido añadidos. Por lo tanto, propongo una notificación cuando alguien sea aprobado en un grupo:

+ Thomas_G te ha agregado a un grupo

O

+ agregado al grupo "xxxx"

10 Me gusta

Do we not have such a notification @sam?

2 Me gusta

Not sure @nbianca did the new approve user in group UX issue a notification?

2 Me gusta

Yes. After confirming a request, a notification informing that user was invited to a group will be created.

https://github.com/discourse/discourse/commit/42c82d544ecfe138da5b0b5a336be2109179cf26

5 Me gusta

That’s great, thank you!

1 me gusta

Sorry to be so thick-headed here, but this feature is for when a member requests to be added to a group and is then approved, right? It doesn’t send a user an email if they were added to a group if they didn’t first request it? right?

If users can request membership in a group, and their request is approved, they’ll get a notification on the site, but no email.

We only send an email to the person(s) - group owners - approving the requests when the user creates it. The creator of the request never gets any emails.

If you manually add a member to a group, then they neither get a notification on site nor any emails.

3 Me gusta

Busco una forma de:

  • Notificar a los usuarios cuando se les agrega manualmente a un grupo.
  • Notificar a los miembros de grupos específicos cuando se agregan nuevos usuarios.

¡Gracias por cualquier consejo o idea!

1 me gusta

De hecho, acabo de integrar un cambio que agregó una opción de notificar a los usuarios al modal de agregar miembro a grupo. Cuando esta opción está marcada, se enviará un MP al usuario informándole que ha sido agregado al grupo.

Esto también incluye la capacidad de agregar usuarios a grupos mediante correo electrónico.

5 Me gusta