add return if error is caught on sync

This commit is contained in:
James 2022-04-05 14:23:43 +01:00
parent 8d34f8de53
commit 0fe7967b23

View File

@ -54,6 +54,7 @@ function Get-MatrixRoomMessages {
$res = Invoke-RestMethod -Uri $url -Headers $headers
} catch {
Write-Error $_
return
}
$events = $res.rooms.join.($RoomId).timeline.events