mollyim / mollyim-android

Enhanced and security-focused fork of Signal.
GNU Affero General Public License v3.0
1.37k stars 77 forks source link

Use pushAvailable instead of fcmEnabled when needed #241

Closed p1gp1g closed 7 months ago

p1gp1g commented 7 months ago

I've kept val fcmEnabled = SignalStore.account().fcmEnabled in IncomingMessageObserver for the logs and set "PushAvailable: $pushAvailable") in another line to make conflicts easier (there has been lot of changes on that logging line). I've even use another Log.d for unifiedpush flavor.