Open arulkevin opened 2 years ago
Same problem on database version 141.
Thank you in advance.
Hi both, thanks for reporting this issue. I don't really have much time or interest to maintain this project at the moment, so please consider submitting a pull request. For this particular issue, it would require identifying the database version that introduced the schema change, and create a path in the code that gets the reaction data conditional on that version
I believe reaction got its own table at https://github.com/signalapp/Signal-Android/commit/ab55fec6bd42060e9cf2cb6e10c2dd59c611ca43 and the database version got bumped to v121 with "REACTION_REFACTOR = 121" at https://github.com/signalapp/Signal-Android/blob/843ed24bbbbd8d0d5e482d6e77f49374bad03cfe/app/src/main/java/org/thoughtcrime/securesms/database/helpers/SignalDatabaseMigrations.kt#L180
Hi, I have this issue with the latest version of Signal on Android. I am running the signalbackup-tools executable on Windows 10.
Thanks for your work