aley I listen on the PostWillBeSaved event and would like to know the event emiter user. E.g. when someone hides or likes/unlikes the Post, I would like to know the username of the user performed the action.
luceos aley most events have a property actor that you can use. Otherwise resolve the ServerRequestInterface through IoC, it will have an attribute actor. (not too sure about the name of that interface)