Replies: 1 comment 6 replies
-
Hey @mootari, thanks for the feedback! It uses the username (user.Name), not email. To be more precise, to determine the "Sender" name it uses this logic: https://github.com/rusq/slackdump/blob/master/internal/structures/user_index.go#L40 I don't think I ever used user emails anywhere in formatted output. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Edit: Implemented in #132
I just gave the text output format a try and noticed that the dumps display the
first part of a user's email address as a readable identifier. Unfortunately that fails to work if users have addresses at @ own domains, e.g. "info@example.com" or "contact@example.com".deprecated user name. Example:I have no immediate use for the text format, so I've chosen to create this discussion instead of an issue.
My recommendation would be to either display the email address in full, or to partially redact it (as is done in Monorail, Chromium's bug tracker):For reference, this is the monorail implementation: https://chromium.googlesource.com/infra/infra/+/0af18ef4/appengine/monorail/framework/framework_bizobj.py#175Edit: These were actually user names, not emails. The current recommendation is to show display names instead.
Beta Was this translation helpful? Give feedback.
All reactions