Skip to content

Commit

Permalink
fix: share message to topic
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Aug 26, 2023
1 parent 469211c commit 9695f5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@ protected void sendInternal(boolean withSound) {
int result = 0;
if (NekoConfig.sendCommentAfterForward.Bool()) {
// send fwd message first.
result = SendMessagesHelper.getInstance(currentAccount).sendMessage(sendingMessageObjects, key, !showSendersName, false, withSound, 0);
result = SendMessagesHelper.getInstance(currentAccount).sendMessage(sendingMessageObjects, key, !showSendersName, false, withSound, 0, replyTopMsg);
}
if (frameLayout2.getTag() != null && commentTextView.length() > 0) {
SendMessagesHelper.getInstance(currentAccount).sendMessage(SendMessagesHelper.SendMessageParams.of(text[0] == null ? null : text[0].toString(), key, replyTopMsg, replyTopMsg, null, true, entities, null, null, withSound, 0, null, false));
Expand Down

0 comments on commit 9695f5c

Please sign in to comment.