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

Improve reply popup after thread update #4923

Merged
merged 21 commits into from
Nov 5, 2023

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    1f0cbcf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Show correct reply context

    iProdigy committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    0dc6b84 View commit details
    Browse the repository at this point in the history
  2. Reply to correct parent

    iProdigy committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    85de2f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. refactor: use threads getter

    Co-authored-by: nerix <[email protected]>
    iProdigy and Nerixyz authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    598c861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629cb05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c96dfac View commit details
    Browse the repository at this point in the history
  4. chore: reformat

    iProdigy committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8dffbb6 View commit details
    Browse the repository at this point in the history
  5. chore: update changelog

    iProdigy authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c86a5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    b9cca1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bf88b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    e8acab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ae2f2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    839ff49 View commit details
    Browse the repository at this point in the history
  4. chore: update changelog

    iProdigy authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    46715de View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    59e580c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    b63918d View commit details
    Browse the repository at this point in the history
  2. Directly call builder.setParent when looking through channel threads,

             and don't rely on expired()
    pajlada committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    827cc2f View commit details
    Browse the repository at this point in the history
  3. Directly call builder.setParent if we have to iterate through messages.

    Also only call it if we actually found a message
    pajlada committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    38b74ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d319503 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6745c5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a35a43d View commit details
    Browse the repository at this point in the history