- 🇷🇴Romania claudiu.cristea Arad 🇷🇴
I think you should:
- Configure
private_message_thread
andprivate_message
entity types as group content - Implement hook when a
private_message_thread
andprivate_message
are create, detect the group context, and make those entities belonging to the detected groups. - Alter the routes of
private_message
and change their paths to be under the group path, so that the group context can be determined. E.g.:/private-messages
->/group/{group}/messages
or/private-messages/{private_message_thread}
->/group/{group}/messages/{private_message_thread}
, and so on...
This is not tested but it might work.
Alternatively, you can consider creating a
private_message_group
standalone module (or MR to add here as submodule) based the above concept. - Configure
Automatically closed - issue fixed for 2 weeks with no activity.