Skip to content

[WIP] Expose a full unsorted list of conversations #50

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

Draft
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

mpretty-cyro
Copy link
Collaborator

@mpretty-cyro mpretty-cyro commented Jun 6, 2025

  • Added a new ConfigManager type to own the config objects
  • Updated the internals type to support both owned and unowned config_object pointers
  • Removing pruning logic from ConvoInfoVolatile (the ConfigManager will now remove orphaned records instead during init, will eventually do as part of a ConfigManager::merge function as well
  • Started working on adding blinded_contact_info and last_deleted_contacts

This PR is based on #47

• Added a new ConfigManager type to own the config objects
• Added a `last_active` value to `ConvoInfoVolatile` to enable better conversation sorting
• Updated the `internals` type to support both owned and unowned `config_object` pointers
• Removing pruning logic from `ConvoInfoVolatile` (the `ConfigManager` will now remove orphaned records instead during `init`, will eventually do as part of a `ConfigManager::merge` function as well
• Started working on adding `blinded_contact_info` and `last_deleted_contacts`
@mpretty-cyro mpretty-cyro self-assigned this Jun 6, 2025
@mpretty-cyro mpretty-cyro added the enhancement New feature or request label Jun 6, 2025
# Conflicts:
#	include/session/config/contacts.h
#	include/session/config/contacts.hpp
#	include/session/config/convo_info_volatile.h
#	include/session/config/convo_info_volatile.hpp
#	src/config/contacts.cpp
#	src/config/convo_info_volatile.cpp
@mpretty-cyro mpretty-cyro changed the title [WIP] Expose a sorted conversation list [WIP] Expose a full unsorted list of conversations Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant