Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: friend requests with very long messages are no longer dropped #2720

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JFreegman
Copy link
Member

@JFreegman JFreegman commented Mar 2, 2024

This is a band-aid solution that prevents friend requests with long messages from being dropped. However it doesn't solve the underlying problem, described here: #2719


This change is Reviewable

@JFreegman JFreegman added the bug Bug fix for the user, not a fix to a build script label Mar 2, 2024
@JFreegman JFreegman added this to the v0.2.20 milestone Mar 2, 2024
@nurupo nurupo marked this pull request as draft March 2, 2024 03:43
@nurupo
Copy link
Member

nurupo commented Mar 2, 2024

Since it's Milestone v0.2.20, converted it to a draft to prevent the auto-merge by the bot.

Copy link

codecov bot commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.01%. Comparing base (da43876) to head (6bce900).
Report is 16 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2720      +/-   ##
==========================================
- Coverage   73.09%   73.01%   -0.09%     
==========================================
  Files         149      149              
  Lines       30533    30533              
==========================================
- Hits        22319    22294      -25     
- Misses       8214     8239      +25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JFreegman JFreegman force-pushed the request_message_fix branch 4 times, most recently from 541b497 to 404479b Compare March 7, 2024 18:30
@JFreegman JFreegman marked this pull request as ready for review March 28, 2024 01:24
@iphydf iphydf modified the milestones: v0.2.20, v0.2.21 Nov 6, 2024
This is a band-aid solution that prevents friend requests with
long messages from being dropped. However it doesn't solve the
underlying problem, described here:
TokTok#2719
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Bug fix for the user, not a fix to a build script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants