Skip to content
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(talk_app): Add missing read-only and chat permissions checks for reactions and message input #2656

Merged
merged 1 commit into from
Nov 19, 2024

fix(talk_app): Add missing read-only and chat permissions checks for …

a511491
Select commit
Loading
Failed to load commit list.
Merged

fix(talk_app): Add missing read-only and chat permissions checks for reactions and message input #2656

fix(talk_app): Add missing read-only and chat permissions checks for …
a511491
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2024 in 1s

28.90% (+0.00%) compared to 3feb9de

View this Pull Request on Codecov

28.90% (+0.00%) compared to 3feb9de

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.90%. Comparing base (3feb9de) to head (a511491).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2656   +/-   ##
=======================================
  Coverage   28.90%   28.90%           
=======================================
  Files         371      371           
  Lines      136616   136622    +6     
=======================================
+ Hits        39484    39490    +6     
  Misses      97132    97132           
Files with missing lines Coverage Δ
...ramework/packages/talk_app/lib/src/pages/room.dart 100.00% <100.00%> (ø)
...ork/packages/talk_app/lib/src/widgets/message.dart 98.80% <100.00%> (+<0.01%) ⬆️
...k/packages/talk_app/lib/src/widgets/reactions.dart 100.00% <100.00%> (ø)