Skip to content

Conversation

AndrewPrigorshnev
Copy link
Contributor

@AndrewPrigorshnev AndrewPrigorshnev commented Dec 14, 2022

This makes status on mentions in docs receive live updates from the server.

@AndrewPrigorshnev AndrewPrigorshnev force-pushed the feature/make-user-status-on-mentions-on-docs-live branch 2 times, most recently from 9d9d056 to a07cf16 Compare December 25, 2022 19:24
@AndrewPrigorshnev AndrewPrigorshnev changed the title DRAFT: FEATURE: Make user status on mentions on docs live FEATURE: Make user status on mentions on docs live Dec 25, 2022
@AndrewPrigorshnev AndrewPrigorshnev marked this pull request as ready for review December 25, 2022 19:36
@AndrewPrigorshnev AndrewPrigorshnev force-pushed the feature/make-user-status-on-mentions-on-docs-live branch from a07cf16 to bbf120d Compare February 2, 2023 16:17
if (post.mentioned_users) {
post.mentioned_users = post.mentioned_users.map((u) => User.create(u));
}
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We just need to make sure users data are wrapped into user models to make status live.

@AndrewPrigorshnev AndrewPrigorshnev merged commit a5823e3 into main Mar 24, 2023
@AndrewPrigorshnev AndrewPrigorshnev deleted the feature/make-user-status-on-mentions-on-docs-live branch March 24, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants