boxdot
boxdot
Thank you for reviewing. JFYI: I don't have permissions to merge it btw.
> we are open to accepting PRs to fix this What be a proper fix? Maybe there is already a workaround for that, without providing a fix?
In my case, the lock has to be updated because the generated `Cargo.toml` contains a special `[package]` section: ``` < name = "direct-cargo-bazel-deps" < version = "0.0.1" < < [[package]]...
@benitogf It seems to me that this is not easy to solve at the moment. What is really missing, is an `Either` type which implements `Reply`. Since the `Reply` is...
> I'm happy to create a new PR with my changes if @boxdot is not interested in working on this anymore @lucasmerlin Feel free to push to this branch, or...
* Presage enrypts the stores now * Gurk migrated to sqlite, so we can use sqlcipher Signal Android generates a new secret and stores in shared prefs: https://github.com/signalapp/Signal-Android/blob/ebbf8fad4b7224c28d77a9199192b411207008c0/app/src/main/java/org/thoughtcrime/securesms/crypto/DatabaseSecretProvider.java#L75
Looks like the PBF format actually specifies an ID as signed 64 bit int. I guess I made a wrong assumption when porting the format about the ids. I would...
Testing if https://github.com/whisperfish/libsignal-service-rs/pull/103 solves the problem.
I can confirm that the problem is still there. The duplicate messages appear not only in Gurk but also in the native Android/Desktop clients. Also, I observed that reactions only...
It's hard to tackle this issue. During the last month I did not have the issue. But yesterday an older build of Gurk reproduced it again. I carefully studied the...