mirror of
https://github.com/Thumbscrew/PSMatrix.git
synced 2025-04-04 14:23:39 +00:00
fix debug url
This commit is contained in:
parent
2075ddb626
commit
3e57a56941
@ -16,7 +16,6 @@ function Get-MatrixRoomMessages {
|
||||
[int]$Limit = 50
|
||||
)
|
||||
|
||||
Write-Debug "URL: $url"
|
||||
$headers = Get-MatrixAuthHeaders -AccessToken $AccessToken
|
||||
|
||||
try {
|
||||
@ -51,6 +50,8 @@ function Get-MatrixRoomMessages {
|
||||
+ "?filter=$filterId" `
|
||||
+ "&full_state=true&set_presence=offline")
|
||||
|
||||
Write-Debug "URL: $url"
|
||||
|
||||
$res = Invoke-RestMethod -Uri $url -Headers $headers
|
||||
} catch {
|
||||
Write-Error $_
|
||||
|
Loading…
Reference in New Issue
Block a user