mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-03 01:49:23 +00:00
parent
91eacc18c2
commit
fab1b96c21
@ -771,6 +771,8 @@ public class ManagerImpl implements Manager {
|
||||
} else {
|
||||
messageBuilder.withAttachments(uploadedAttachments);
|
||||
}
|
||||
} else if (!additionalAttachments.isEmpty()) {
|
||||
messageBuilder.withAttachments(additionalAttachments);
|
||||
}
|
||||
if (!message.mentions().isEmpty()) {
|
||||
messageBuilder.withMentions(resolveMentions(message.mentions()));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user