Always set follower created questions to not be direct explicitly

This commit is contained in:
Andreas Nedbal 2022-07-24 22:24:24 +02:00
parent 777b25f967
commit bea98fa917
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ module UseCase
content: content,
author_is_anonymous: false,
author_identifier: author_identifier,
user: source_user
user: source_user,
direct: false
)
increment_asked_count