You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While a naïve implementation would be dead simple (just add @room to the highlight-setting logic mentioned in #106), the proper implementation should follow the spec and Synapse/Riot behaviour described in the respective Google Doc. This implies dependency on #36 in the part of power_levels.
The text was updated successfully, but these errors were encountered:
Now that power level events are a thing in the library, implementing this becomes as simple as checking whether the message (non-HTML) body contains @room and if it does, marking it for highlighting if and only if the event sender has the power level equal to or higher than that stated in the power level event (as returned by RoomPowerLevelsEvent::roomNotifications()).
While a naïve implementation would be dead simple (just add @room to the highlight-setting logic mentioned in #106), the proper implementation should follow the spec and Synapse/Riot behaviour described in the respective Google Doc. This implies dependency on #36 in the part of
power_levels
.The text was updated successfully, but these errors were encountered: