mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-28 18:29:26 +00:00
include rest of attachment when signing
This commit is contained in:
committed by
Rory&
parent
0fcdbd2831
commit
c2497808dc
@@ -78,6 +78,7 @@ export class Attachment extends BaseClass {
|
||||
|
||||
signUrls(req: Request) {
|
||||
return {
|
||||
...this,
|
||||
url: this.url + resignUrl(this.url, req),
|
||||
proxy_url: this.proxy_url + resignUrl(this.proxy_url, req),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user