fix: SSR meta data for nested shared documents (#3646)
This commit is contained in:
@@ -85,6 +85,10 @@ class Share extends IdModel {
|
||||
return !!this.revokedAt;
|
||||
}
|
||||
|
||||
get canonicalUrl() {
|
||||
return `${this.team.url}/share/${this.id}`;
|
||||
}
|
||||
|
||||
// associations
|
||||
|
||||
@BelongsTo(() => User, "revokedById")
|
||||
|
||||
Reference in New Issue
Block a user