mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Fix typo
This commit is contained in:
parent
1424a2980f
commit
a247b444e5
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ class ManagerImpl implements Manager {
|
||||||
final var selfProfile = context.getProfileHelper().getSelfProfile();
|
final var selfProfile = context.getProfileHelper().getSelfProfile();
|
||||||
if (selfProfile == null || selfProfile.getDisplayName().isEmpty()) {
|
if (selfProfile == null || selfProfile.getDisplayName().isEmpty()) {
|
||||||
logger.warn(
|
logger.warn(
|
||||||
"No profile name set. When sending a message it's recommended to set a profile name wit the updateProfile command. This may become mandatory in the future.");
|
"No profile name set. When sending a message it's recommended to set a profile name with the updateProfile command. This may become mandatory in the future.");
|
||||||
}
|
}
|
||||||
final var messageBuilder = SignalServiceDataMessage.newBuilder();
|
final var messageBuilder = SignalServiceDataMessage.newBuilder();
|
||||||
applyMessage(messageBuilder, message);
|
applyMessage(messageBuilder, message);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue