mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
sanity
This commit is contained in:
parent
e2fb9b3ae8
commit
fbe5d17785
@ -57,9 +57,9 @@ export default class PersistentApp extends React.Component {
|
||||
});
|
||||
};
|
||||
|
||||
_onMyMembership = async (room) => {
|
||||
_onMyMembership = async (room, membership) => {
|
||||
const persistentWidgetInRoomId = ActiveWidgetStore.getRoomId(this.state.persistentWidgetId);
|
||||
if (room.getMyMembership() !== "join") {
|
||||
if (membership !== "join") {
|
||||
// we're not in the room anymore - delete
|
||||
if (room.roomId === persistentWidgetInRoomId) {
|
||||
ActiveWidgetStore.destroyPersistentWidget(this.state.persistentWidgetId);
|
||||
|
Loading…
Reference in New Issue
Block a user