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

Stop loading timeline to get chat list item subtitles #401

Open
2 tasks
wcjord opened this issue Jun 26, 2024 · 0 comments
Open
2 tasks

Stop loading timeline to get chat list item subtitles #401

wcjord opened this issue Jun 26, 2024 · 0 comments
Labels
backlog enhancement New feature or request

Comments

@wcjord
Copy link

wcjord commented Jun 26, 2024

This has two fairly big tasks:

  • Save speech to text as new event type. This data is currently being saved as an audio message and it's messing up all kinds of things. We've addressed most of them but the final straw is that it's necessitating loading the timeline in get_chat_list_item_subtitle rather than using the lastEvent data.
  • Create a function in pangea_message_event (or modify existing representations getter to allow specifying this) to just get embedded representations. Use this instead and just use message.body if needed representation not present.
@wcjord wcjord added enhancement New feature or request backlog labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant