Slayer

Results 6 issues of Slayer

### Describe the bug It looks like Contacts import functionality uses wrong attribute name for import at `DataImport::ContactManager#update_contact_attributes`. It goes: ``` contact.additional_attributes[:company] = params[:company] if params[:company].present? ``` While the rest...

Bug

Sooo... After submitting this PR https://github.com/AsamK/signal-cli/pull/1674 I looked at the code and it seems there are more issues of this nature. The problem is that sometimes code that holds an...

Getting this exception (line numbers are off by my additional logging): ``` java.lang.NoClassDefFoundError: org/signal/libsignal/net/CdsiLookupResponse$Entry at org.whispersystems.signalservice.api.SignalServiceAccountManager.getRegisteredUsersWithCdsi(SignalServiceAccountManager.java:283) at org.asamk.signal.manager.helper.RecipientHelper.getRegisteredUsersV2(RecipientHelper.java:239) at org.asamk.signal.manager.helper.RecipientHelper.getRegisteredUsers(RecipientHelper.java:187) at org.asamk.signal.manager.helper.RecipientHelper.getRegisteredUsers(RecipientHelper.java:179) at org.asamk.signal.manager.internal.ManagerImpl.getUserStatus(ManagerImpl.java:278) ``` While trying to fetch users's...

By default, SQLite doesn't support multiple connections. It can be enabled either with a shared cache or write-ahead log feature. Default connection # for Hikari: DEFAULT_POOL_SIZE = 10, which under...

After a couple of days of continious work in parallel with "native" signal sessions getting this error: Job SyncStorageJob failed ``` java.lang.RuntimeException: Failed to sync remote storage at org.asamk.signal.manager.helper.StorageHelper.readDataFromStorage(StorageHelper.java:241) at...

bug