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

deleted messages within the conversation halts json parsing #2

Open
j-haff opened this issue Sep 27, 2024 · 1 comment
Open

deleted messages within the conversation halts json parsing #2

j-haff opened this issue Sep 27, 2024 · 1 comment

Comments

@j-haff
Copy link

j-haff commented Sep 27, 2024

thanks for your tool, it's great! i recently came upon an issue where deleted messages within a chat conversation halts the json parsing. the message structure is below. i believe the ability to delete a specific sent message is relatively new.

{
  "message_state": "DELETED",
  "deleted_date": "Tuesday, September 10, 2029 at 8:44:40 PM UTC",
  "topic_id": "123XXX_S_BS",
  "deletion_metadata": {
    "deletion_type": "CREATOR"
  },
  "message_id": "someMessageID"
}
@j-haff j-haff changed the title deleted messages within the conversation halt the json parsing deleted messages within the conversation halts json parsing Sep 27, 2024
@albertfgu
Copy link

it doesn't seem to be halting for me

but actually it would be great to have a feature where deleted messages show up in the html, perhaps with a tag indicating they were deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants