[Reply] Fix bug where wrong variable is used when replying to a note
This commit is contained in:
parent
ce3cae0ef7
commit
5c53889739
@ -116,7 +116,7 @@ class Reply extends Module
|
|||||||
$data['content'],
|
$data['content'],
|
||||||
$data['attachments'],
|
$data['attachments'],
|
||||||
$is_local = true,
|
$is_local = true,
|
||||||
$data['reply_to'],
|
$reply_to,
|
||||||
$repeat_of = null
|
$repeat_of = null
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user