You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Add Support for UUID-based Conversation Selector
Problem
It's hard to differentiate between conversations with the same name. Selecting by regex can also lead to incorrect or partial matches. This makes it difficult to reliably select conversation.
Solution
Add support for selecting conversations using their unique identifiers (UUIDs). This would allow users to specify conversations with precision, avoiding conflicts caused by duplicate names or regex mismatches.
Implementation
Extend the -c option in commands like export-messages, export-attachments, and export-avatars to accept uuid:<id> as a valid selector.
Feature Request: Add Support for UUID-based Conversation Selector
Problem
It's hard to differentiate between conversations with the same name. Selecting by regex can also lead to incorrect or partial matches. This makes it difficult to reliably select conversation.
Solution
Add support for selecting conversations using their unique identifiers (UUIDs). This would allow users to specify conversations with precision, avoiding conflicts caused by duplicate names or regex mismatches.
Implementation
Extend the
-c
option in commands likeexport-messages
,export-attachments
, andexport-avatars
to acceptuuid:<id>
as a valid selector.Examples
The text was updated successfully, but these errors were encountered: