fix(backend): fix backward compatibility of antenna
This commit is contained in:
parent
be11fd7508
commit
5b8f8e7087
2 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ export class AntennaEntityService {
|
|||
withFile: antenna.withFile,
|
||||
isActive: antenna.isActive,
|
||||
hasUnreadNote: false, // TODO
|
||||
notify: false, // 後方互換性のため
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue