-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: asset restriction [WPB-9947] (#2831) (#2856) 🍒 #2862
fix: asset restriction [WPB-9947] (#2831) (#2856) 🍒 #2862
Conversation
Quality Gate passedIssues Measures |
Datadog ReportBranch report: ✅ 0 Failed, 2966 Passed, 105 Skipped, 14.21s Total Time |
// if the IDE tels you that this casting is unnecessary | ||
// first check kotlin version | ||
// if version < 2 then casting is necessary | ||
// if version >= 2 then casting is unnecessary |
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 guess you have K2 Mode enabled?
Anyway, we should bump to 2.0 Soon™ :D
* Commit with unresolved merge conflicts * asset restriction * fix tests --------- Co-authored-by: Mohamad Jaara <[email protected]>
* Commit with unresolved merge conflicts * asset restriction * fix tests --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mohamad Jaara <[email protected]>
This PR was automatically cherry-picked based on the following PR:
Original PR description:
fix: asset restriction (fix: asset restriction #2831)
fix: asset sending restriction
add test
add error messages and detekt
fist test service
detekt
chore: update gradle-ios-tests.yml for runner at that time
Co-authored-by: Yamil Medina [email protected]
(cherry picked from commit ebcc9f8)
fix merge issues
fix unresolved reference
(cherry picked from commit 116f276)
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
When sending a new file, assets restrictions are not considered.
Solutions
check the file restrictions status and return the correct error based on that
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.