fix(backend): fix backward compatibility of antenna

This commit is contained in:
syuilo
2024-05-31 11:24:17 +09:00
parent be11fd7508
commit 5b8f8e7087
2 changed files with 6 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ export class AntennaEntityService {
withFile: antenna.withFile,
isActive: antenna.isActive,
hasUnreadNote: false, // TODO
notify: false, // 後方互換性のため
};
}
}