felixrieseberg / slack-archive

Generate static HTML archives of Slack workspaces
243 stars 33 forks source link

Users and avatar aren't display anywhere #6

Closed abeldotam closed 2 years ago

abeldotam commented 2 years ago

Hi, the current asked permission on the readme doesn't provide information about user nor their avatars. We only have generic ID (at the best) or nothing, and no avatar. image

The sender part, where it's supposed to be is empty.

image

I also try with additionnal users scopes, provided by this PR, but wasn't functionnal either.

Could you have an idea on how to fix it? πŸ™‚

Thank you for your work, tho. Deeply appreciate it, seems the best slack archived I've met so far!

ziyaointl commented 2 years ago

While debugging this, I found that running the script manually again (so that it appends to the data already downloaded first time) makes the users and avatars show up. Not sure why though...

abeldotam commented 2 years ago

Thanks, indeed it worked! πŸ™β˜ΊοΈ