You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2026-01-03 23:22:30 +03:00
store the tags in the right place
This commit is contained in:
@@ -428,7 +428,7 @@ Room.prototype.addTags = function(event) {
|
||||
this.emit("Room.tags", this);
|
||||
|
||||
// XXX: do we need to deep copy here?
|
||||
this._tags = event.content.tags;
|
||||
this.tags = event.content.tags;
|
||||
};
|
||||
|
||||
function setEventMetadata(event, stateContext, toStartOfTimeline) {
|
||||
|
||||
Reference in New Issue
Block a user