Friday, June 7, 2024
1 change · 17.0
Enhancements to existing features
This update simplifies how Discuss channel members are created internally, replacing a fragile workaround with a cleaner approach. It reduces maintenance risk and helps keep messaging behavior reliable without changing the user experience.
Original PR description
Relying on such a hack, checking a sentinel against a value in the context to check from where the method was called is really not a good practice. Especially when there is a nicer way to do it.