mirror of
https://github.com/discourse/discourse.git
synced 2025-04-22 11:55:53 +08:00

Followup to 545e92039c7e7f45e72274773ea39e7d2df94ded This commit fixes an issue where hashtags on user activity stream items past page 1 did not get decorated. This is because of a bug in the user stream component, where it was trying to get stream items to decorate after the AJAX call but before they had been rendered by Ember. This can be fixed by wrapping this decoration logic in later() to run on the next runloop.