mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-14 11:24:20 +01:00
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user