FreeFeed / freefeed-server

FreeFeed server
https://freefeed.net
MIT License
41 stars 18 forks source link

Do not hide initiator of COMMENT_MODERATED event when it is a post author #612

Closed davidmz closed 1 year ago

davidmz commented 1 year ago

The serialized view of COMMENT_MODERATED event now contains non-null 'created_user_id' field when the event initiator is a post author. This event can be fired by group moderator or by the post author. In the first case we should hide the initiator, in the second case we should not.