mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-02-19 22:53:37 +00:00
parent
656ca6b5e4
commit
537b704951
@ -184,7 +184,11 @@ public class RegistrationManager implements Closeable {
|
||||
|
||||
m.refreshPreKeys();
|
||||
// Set an initial empty profile so user can be added to groups
|
||||
m.setProfile(null, null, null, null, null);
|
||||
try {
|
||||
m.setProfile(null, null, null, null, null);
|
||||
} catch (NoClassDefFoundError e) {
|
||||
logger.warn("Failed to set default profile: {}", e.getMessage());
|
||||
}
|
||||
if (response.isStorageCapable()) {
|
||||
m.retrieveRemoteStorage();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user