You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$username or $me that would be replaced by the user's name
More to come
Before doing that, we'd need to fetch the user's profile (/me I believe)
This would require adding some kind of transformer between the filter definition and the fetching. We could use lodash.template for the actual replacement of the variables.
The text was updated successfully, but these errors were encountered:
I can imagine:
$username
or$me
that would be replaced by the user's nameBefore doing that, we'd need to fetch the user's profile (
/me
I believe)This would require adding some kind of transformer between the filter definition and the fetching. We could use
lodash.template
for the actual replacement of the variables.The text was updated successfully, but these errors were encountered: