Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for different renderings to topic events #5

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 29, 2022

  1. Add support for different renderings to topic events

    This extends the `m.room.topic` event with a new `m.topic` event that
    uses the same structure as the `m.message` event on room messages,
    thereby allowing for different renderings of room topics.
    
    Relates to: element-hq/element-web#5180
    Signed-off-by: Johannes Marbach <johannesm@element.io>
    Johennes committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    bf9da57 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Fix lint issues

    Johennes committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    82df112 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Use correct MSC

    Johennes committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    42f6399 View commit details
    Browse the repository at this point in the history