-
Notifications
You must be signed in to change notification settings - Fork 46
Integrate pro related from config #1709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # app/src/main/java/org/thoughtcrime/securesms/preferences/prosettings/ProSettingsViewModel.kt
| // was quoted | ||
|
|
||
| // Verify the incoming message length and truncate it if needed, before saving it to the db | ||
| val maxChars = proStatusManager.getIncomingMessageMaxLength(message) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think getIncomingMessageMaxLength in proStatusManager needs some real logic in there, because right now it isn't basing the decision on the pro status of that message, so it's still only using debug values.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't started on this one yet
This PR integrate more features from Config system