mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-02 09:11:47 +01:00
delint
This commit is contained in:
parent
80dff8706c
commit
9ce96bc28d
@ -285,7 +285,7 @@ class RoomViewStore extends Store<ActionPayload> {
|
||||
{_t("Please contact your homeserver administrator.")}
|
||||
</div>;
|
||||
} else if (err.httpStatus === 404) {
|
||||
const invitingUserId = this.getInvitingUserId(this._state.roomId);
|
||||
const invitingUserId = this.getInvitingUserId(this.state.roomId);
|
||||
// only provide a better error message for invites
|
||||
if (invitingUserId) {
|
||||
// if the inviting user is on the same HS, there can only be one cause: they left.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user