patrickfav / rocketchat-exporter

A simple script exporting chats from a rocket chat instance using the public REST API. Useful if no administrative access is possible.
https://favr.dev/opensource/rocketchat-exporter
Apache License 2.0
24 stars 10 forks source link

Fix error when trying to export DMs #4

Closed pgrosslicht closed 3 years ago

pgrosslicht commented 3 years ago

When having a conversation with yourself the user list only contains your username that got filtered out which led to a NoSuchElementException.

fixes #3

patrickfav commented 3 years ago

When talking to yourself, I think the issue might be psychological, not technical. The NoSuchElementException is only in your head, it cant hurt you!