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.")}
|
{_t("Please contact your homeserver administrator.")}
|
||||||
</div>;
|
</div>;
|
||||||
} else if (err.httpStatus === 404) {
|
} 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
|
// only provide a better error message for invites
|
||||||
if (invitingUserId) {
|
if (invitingUserId) {
|
||||||
// if the inviting user is on the same HS, there can only be one cause: they left.
|
// if the inviting user is on the same HS, there can only be one cause: they left.
|
||||||
|
|
Loading…
Reference in a new issue