Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Implement mixins (as a demo) #86

Open
3 tasks
turt2live opened this issue Mar 15, 2018 · 0 comments
Open
3 tasks

Implement mixins (as a demo) #86

turt2live opened this issue Mar 15, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed p2 Should be dealt with before p3 type:timeline Issue affects the timeline view
Milestone

Comments

@turt2live
Copy link
Owner

Reference: https://docs.google.com/document/d/1FUVFzTOF4a6XBKVTk55bVRIk4N9u5uZkHS4Rjr_SGxo/edit#

This is a fairly involved thing though. For the purposes of being a demo, we'll have to make sure we still send backwards-compatible events.

  • Event type: m.room.message (we're ignoring the desired name change for now)
  • Sending events use mixins (try to be backwards compatible with msgtype where possible)
  • Render all event types using mixins
  • Fall back to current spec (no mixins)
@turt2live turt2live added enhancement New feature or request help wanted Extra attention is needed p2 Should be dealt with before p3 type:timeline Issue affects the timeline view labels Mar 15, 2018
@turt2live turt2live added this to the 0.1.0 milestone Mar 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed p2 Should be dealt with before p3 type:timeline Issue affects the timeline view
Projects
None yet
Development

No branches or pull requests

1 participant