Merge remote-tracking branch 'misskey-original/develop' into develop
# Conflicts: # packages/frontend/src/pages/drop-and-fusion.game.vue # packages/frontend/src/pages/drop-and-fusion.vue # packages/frontend/src/scripts/drop-and-fusion-engine.ts
This commit is contained in:
commit
04ed64b19b
14 changed files with 99 additions and 45 deletions
|
|
@ -58,7 +58,7 @@ export class ApAudienceService {
|
|||
};
|
||||
}
|
||||
|
||||
if (toGroups.followers.length > 0) {
|
||||
if (toGroups.followers.length > 0 || ccGroups.followers.length > 0) {
|
||||
return {
|
||||
visibility: 'followers',
|
||||
mentionedUsers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue