mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-14 19:35:14 +00:00
Improve message users see failing to join acceptInvitesFromSpace. (#917)
This commit is contained in:
+3
-1
@@ -253,7 +253,9 @@ export class Draupnir implements Client, MatrixAdaptorContext {
|
||||
}
|
||||
})();
|
||||
if (isError(acceptInvitesFromRoom)) {
|
||||
return acceptInvitesFromRoom;
|
||||
return acceptInvitesFromRoom.elaborate(
|
||||
"Unable to join the space from config.acceptInvitesFromSpace"
|
||||
);
|
||||
}
|
||||
const acceptInvitesFromRoomIssuer =
|
||||
await roomMembershipManager.getRoomMembershipRevisionIssuer(
|
||||
|
||||
Reference in New Issue
Block a user