Skip to content

Use UUID to fetch own recipient information

Matti Viljanen requested to merge fix-self-recipient into master

Although very likely, we can't assume our own recipient database ID is 1

Solution: Always* use UUID when fetching self recipient.

*) Does not include MessageDelegate since 1) I didn't check if the object we use has UUID available 2) using i32 should be a bit more efficient - there are a lot of messages...

Fixes #543 (closed)

Merge request reports