Skip to content
Snippets Groups Projects
Forked from briar / briar
Source project has a limited visibility.
  • Torsten Grote's avatar
    e1bdede4
    Introduce client layer events for forums · e1bdede4
    Torsten Grote authored
    The forum UI depended on sync layer events such as MessageStateChangedEvent.
    Now, the forum client broadcasts its own high-level event (`ForumPostReceivedEvent`)
    with the information the UI needs (`ForumPostHeader`).
    
    Closes #310
    e1bdede4
    History
    Introduce client layer events for forums
    Torsten Grote authored
    The forum UI depended on sync layer events such as MessageStateChangedEvent.
    Now, the forum client broadcasts its own high-level event (`ForumPostReceivedEvent`)
    with the information the UI needs (`ForumPostHeader`).
    
    Closes #310