Use Recipient instead of Address (Signal v4.48.0 breaking change)#64
Use Recipient instead of Address (Signal v4.48.0 breaking change)#64maximeborges wants to merge 3 commits intoxeals:masterfrom
Conversation
|
Thanks. But i still have the ADDRESS field in CSV header and no RecipientID. |
|
I was mainly working on the XML export to be able to reimport them using Concerning your problems, how have you retrieved my modifications ? It's the first project I worked on in Go, so I might be wrong, but this is working for me. Tl;Dr: |
|
@maximeborges Your fork fixed one problem I'd encountered with the @xeals master, where none of the imported conversations were tagged with actual phone numbers... but it didn't fix the other, where I would lose MMS threads so that anything I'd received from a particular person in different MMS threads would get combined in a single thread. Not sure if these two issues are related, so my apologies if the second issue doesn't belong here. |
|
This PR is creating an empty result for me (count of zero) Edit: Nevermind, I fixed that. It was due to not pulling in the main repo first. However, now the address fields are blank. |
Merge fix xeals#64 from maximeborges/signal-back
Starting from v4.48.0 of Signal, the database is now using the RecipientID instead of the Address field for the SMS and MMS, while the previous information of Address now stocked in the Phone field of the Recipient table.
https://github.com/signalapp/Signal-Android/blob/v4.48.0/src/org/thoughtcrime/securesms/database/SmsDatabase.java#L77