Skip to content

fix: chat history scrolling in groups/conferences

e9688c1
Select commit
Loading
Failed to load commit list.
Draft

fix: chat history scrolling in groups/conferences #369

fix: chat history scrolling in groups/conferences
e9688c1
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Mergeable / Mergeable succeeded Nov 29, 2024 in 8s

3 checks passed!

Status: PASS

Details

✔️ Validator: TITLE

  • ✔️ All the requisite validations passed for 'or' option
    Input : fix: chat history scrolling in groups/conferences
    Settings : {"or":[{"must_include":{"regex":"^(feat|docs|chore|cleanup|fix|refactor|test|style|perf)(\\([^) ]+\\))?:\\ .+$","message":"Semantic release conventions must be followed."}},{"must_include":{"regex":"^Bump [^ ]* from [^ ]* to [^ ]*$","message":"Dependabot PRs are exempt from semantic release conventions."}}]}

✔️ Validator: COMMIT

  • ✔️ Your commit messages met the specified criteria
    Input : fix: chat history scrolling in groups/conferences

The chat history now stays scrolled to the bottom when
you hide or unhide the peer list (unless you're not
already scrolled to the bottom)
Settings : {"do":"commit","message":{"regex":"^((feat|docs|chore|cleanup|fix|refactor|test|style|perf)(\\([^) ]+\\))?:\\ .+|Bump [^ ]* from [^ ]* to [^ ]*)","message":"Semantic release conventions must be followed."}}

✔️ Validator: DESCRIPTION

  • ✔️ description must exclude '\[ \]'
    Input : The chat history now stays scrolled to the bottom when you hide or unhide the peer list (unless you're not already scrolled to the bottom)

This change is Reviewable

Settings : {"must_exclude":{"regex":"\\\\[ \\\\]","message":"There are incomplete TODO task(s) unchecked."}}