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: Consider self user when computing classified domains #14831

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

atomrc
Copy link
Contributor

@atomrc atomrc commented Mar 15, 2023

The selfUser was not considered when displaying the classified bar.
Which means that if A is on a non-classified domain and B on a classified one, A will, wrongly, see the conversation as classified (but it should not)

@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #14831 (1c202e4) into dev (cdc6d82) will increase coverage by 0.01%.
The diff coverage is 65.00%.

@@            Coverage Diff             @@
##              dev   #14831      +/-   ##
==========================================
+ Coverage   42.76%   42.77%   +0.01%     
==========================================
  Files         622      622              
  Lines       21265    21261       -4     
  Branches     4883     4881       -2     
==========================================
+ Hits         9093     9095       +2     
+ Misses      11011    11007       -4     
+ Partials     1161     1159       -2     

@atomrc atomrc merged commit fed6f12 into dev Mar 15, 2023
@atomrc atomrc deleted the fix/classified_domain branch March 15, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants