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

WIP: chat-history: Notify visible messages to tdlib #485

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 23, 2023

  1. tdlib: Mark chats an opened/closed correctly

    This is needed for vairous things, like ensuring that the message cache
    is handled correctly (tdlib can remove old messages from the cache for
    us) and to also get additional updates, which we'll surely need at some
    point.
    melix99 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7576fee View commit details
    Browse the repository at this point in the history
  2. WIP: chat-history: Notify visible messages to tdlib

    Fixes #73.
    Supersedes #286.
    melix99 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    eec531e View commit details
    Browse the repository at this point in the history
  3. chat: Make tdlib delete messages from our own cache

    We finally handle chat opening/closing and we also track visible
    messages, so this should be enough for a complete correct message cache
    management.
    melix99 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    df27891 View commit details
    Browse the repository at this point in the history