mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
delint
This commit is contained in:
parent
80dff8706c
commit
9ce96bc28d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue