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

Support room upgrades #402

Merged
merged 4 commits into from May 7, 2020
Merged

Support room upgrades #402

merged 4 commits into from May 7, 2020

Conversation

Half-Shot
Copy link
Contributor

@Half-Shot Half-Shot commented May 6, 2020

This change makes it so that the bridge follows m.room.tombstone events

@Half-Shot Half-Shot requested a review from a team May 6, 2020 14:56
Copy link
Contributor

@jaller94 jaller94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the admin room cannot be a bridged room, feel free to merge this – after adding a newsfile.
giphub

bridgedroom.migrateToNewRoomId(newRoomId);
this.rooms.upsertRoom(bridgedroom);
await this.datastore.upsertRoom(bridgedroom);
} else if (adminRoomUser) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the admin room cannot be a bridged room, feel free to merge this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It really shouldn't be, no :p

@Half-Shot Half-Shot merged commit ebaec83 into develop May 7, 2020
@jaller94 jaller94 deleted the hs/room-upgrade branch May 7, 2020 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants