Skip to content

Content and ContentGroup state events over WebSocket

Daniel Gerhardt requested to merge content-group-state-event into master

A state event is now dispatched for changes of the following ContentGroup properties:

  • published
  • correctOptionsPublished
  • statisticsPublished
  • firstPublishedIndex
  • lastPublishedIndex

State event dispatching for Contents has been fixed.

Furthermore, state change events for Contents and ContentGroups are emitted over WebSocket.

STOMP topics:

  • <roomId>.content.state.stream
  • <roomId>.contentgroup.state.stream

Closes: #100 (closed)
Supersedes: !336 (closed)
Depends on: !351 (merged)

Edited by Daniel Gerhardt

Merge request reports