mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Always set follower created questions to not be direct explicitly
This commit is contained in:
parent
777b25f967
commit
bea98fa917
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue