mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-01-01 08:26:14 +01:00
fix declaration of User.enableRss
property
This commit is contained in:
parent
1c65f23445
commit
d95ec3de5f
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ export class MiUser {
|
||||||
name: 'enable_rss',
|
name: 'enable_rss',
|
||||||
default: true,
|
default: true,
|
||||||
})
|
})
|
||||||
public enableRss = true;
|
public enableRss: boolean;
|
||||||
|
|
||||||
constructor(data: Partial<MiUser>) {
|
constructor(data: Partial<MiUser>) {
|
||||||
if (data == null) return;
|
if (data == null) return;
|
||||||
|
|
Loading…
Reference in a new issue