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

[Confirmed]Large DMs are not displayed completely #9

Open
Deleora opened this issue Feb 3, 2021 · 1 comment
Open

[Confirmed]Large DMs are not displayed completely #9

Deleora opened this issue Feb 3, 2021 · 1 comment

Comments

@Deleora
Copy link

Deleora commented Feb 3, 2021

Hi again,

Ok so the DMs are getting loaded but I noticed one problem that if the number of chats are huge, all of them are not getting loaded. For example I have a conversation which has roughly 10,000+ messages in it. The messages JSON is split into multiple files (6 in my case) and currently IGBM is loading only one of these 6 JSON files. I think it's coded to parse only the first JSON it finds per DM.

This is the folder structure of one of the DM threads:
image
And IGBM only loads the content from message_1.json.
Chronological order of messages is from message_6.json -> message_1.json, so IGBM loads only the latest messages from the backup. Previous messages are skipped.

I think one work around can be to manually merge all JSON files into one JSON file and then load this modified backup into IGBM. What do you think about this?

PS: Merging files is not a big deal for me but I thought I should let you know about the bugs.

Thanks for the wonderful repo.
Cheers!

@mainigautam
Copy link
Owner

Thanks for Mentioning , I'll Try Fix ASAP .

@mainigautam mainigautam changed the title Large DMs are not displayed completely [Confirmed]Large DMs are not displayed completely Feb 17, 2021
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