mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 04:44:59 +00:00
Previous commit 479c0a3051
was done with the assumption that this info was defined on user serializer but it was actually defined on post serializer in core. This commit extends the user serializer for messages to add this data to the user.
Also correctly adds serializer test to ensure we actually have this data.