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

MatterMost doesn't like @mentions in messages #3

Closed
NielsVanHoef opened this issue Nov 1, 2018 · 4 comments
Closed

MatterMost doesn't like @mentions in messages #3

NielsVanHoef opened this issue Nov 1, 2018 · 4 comments

Comments

@NielsVanHoef
Copy link

Running the convert will take the messages as-is, running the import will produce errors for each message which has an @username mention in it. Removing the @ from the jsonl file will solve the problem and allow an import of the data.

@davidbartonau
Copy link
Contributor

I am no seeing that. I have converted all my usernames to lowercase and it seems to be working. The @mentions also seem to convert as I don't think they are case sensitive.

@davidbartonau
Copy link
Contributor

The key thing is to import ALL your users first and THEN import messages. I added a new command to do this in my merge request #4 and stepped through the process in Commands.ods

@gabrielrios
Copy link
Contributor

@NielsVanHoef can you confirm if it still happening after @davidbartonau fixes?

@NielsVanHoef
Copy link
Author

@gabrielrios I can confirm the problem has been solved with this fix. Thx!

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

3 participants