oxen-io / session-android

A private messenger for Android.
https://getsession.org
GNU General Public License v3.0
1.86k stars 170 forks source link

[SES-1948] Do not fetch quotes recursively #1497

Closed bemusementpark closed 4 months ago

bemusementpark commented 4 months ago

This PR limits database queries of messages with quotes to not fetch quotes of those quotes.

Quotes of quotes are not currently used in the app so avoiding this database query should be an easy performance improvement.