fix(route/showstart): enable `allowEmpty` to allow subscribing to artists who currently have no performances (#21198)

This commit is contained in:
TROJAN 2026-02-21 09:47:35 +08:00 committed by GitHub
parent 12e5f3ef71
commit 3ef013659e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -41,5 +41,6 @@ async function handler(ctx: Context): Promise<Data> {
description: artist.content,
link: `${HOST}/artist/${artist.id}`,
item: artist.activityList,
allowEmpty: true,
};
}