Browse Source

change how we detect CoreUser

pull/1/head
Rob Colbert 3 years ago
parent
commit
ca51d51f65
  1. 2
      app/views/user/components/profile-icon.pug

2
app/views/user/components/profile-icon.pug

@ -1,5 +1,5 @@
mixin renderProfileIcon (user, title, size)
if user.core
if user.coreUserId
img(
src=`http://${user.core.meta.domain}/core/user/${user.coreUserId}/picture?s=${size || 'small'}`,
title= title,

Loading…
Cancel
Save