fix(route/showstart): enable `allowEmpty` to allow subscribing to artists who currently have no performances (#21198)
This commit is contained in:
parent
12e5f3ef71
commit
3ef013659e
|
|
@ -41,5 +41,6 @@ async function handler(ctx: Context): Promise<Data> {
|
|||
description: artist.content,
|
||||
link: `${HOST}/artist/${artist.id}`,
|
||||
item: artist.activityList,
|
||||
allowEmpty: true,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue