In order to enable user pinboards #159 it must be possible for the backend logic to post messages to pinboards in a way that those messages are forwarded to all target clients in the same way as if a user was posting a message. This could be realized:
by linking the MessageManager to those backend managers
or by providing the MessageManager via the SecurityManager
or by implementing a rudimentary notification system (predecessor to #85)
In order to enable user pinboards #159 it must be possible for the backend logic to post messages to pinboards in a way that those messages are forwarded to all target clients in the same way as if a user was posting a message. This could be realized: