Skip to content

Implement hiding shadowed messages in the IStreamChannel messages and… #196

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

sierpinskid
Copy link
Member

… pinned messages

@sierpinskid sierpinskid reopened this Apr 29, 2025
@sierpinskid
Copy link
Member Author

I'm not sure why tests didn't trigger 🤔 but all are passing locally:
image

@sierpinskid sierpinskid reopened this Apr 29, 2025
@sierpinskid
Copy link
Member Author

The workflow got automatically paused by GH
image

@sierpinskid sierpinskid requested a review from slavabobik April 29, 2025 13:09
{
var streamMessage = Cache.TryCreateOrUpdate(dto, out var wasCreated);
streamMessage = Cache.TryCreateOrUpdate(dto, out var wasCreated);
if (wasCreated)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is possible to reduce nesting level? Like:

if !wasCreated {
  return ....
}

// do other logic

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this PR is urgent and this is a formatting change I'll fix it in a separate PR

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sierpinskid sierpinskid merged commit 6aa4bf5 into develop Apr 29, 2025
16 checks passed
@sierpinskid sierpinskid deleted the feature/uni-91-filter-out-shadowed-messages-in-the-channel branch April 29, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants