You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice for a lot of applications of matrix to expose the underlying DAG of events within a room. Some usecases:
clients can order the events how they wish (topological sort is not unique) or even display the links in the UI
applications could begin using matrix as a generic distributed database for partially ordered messages (collaborative document edition, key-value stores, ...)
A proposal to expose the links: add a new field to all events containing a list of event ids. It could be named parents.
The text was updated successfully, but these errors were encountered:
It would be really nice for a lot of applications of matrix to expose the underlying DAG of events within a room. Some usecases:
A proposal to expose the links: add a new field to all events containing a list of event ids. It could be named
parents
.The text was updated successfully, but these errors were encountered: