whisperfish / presage

A high-level Rust library to help write clients for the Signal Messenger.
GNU Affero General Public License v3.0
113 stars 21 forks source link

Workaround UUID not found errors #243

Closed Schmiddiii closed 6 months ago

Schmiddiii commented 6 months ago

This just ignores those errors when sending to a group.

Ideally, this should mark such contacts as unregistered and not send messages to them anymore. But the store does not yet have the capability to do that.

Related to #110.