🐛 fix: モデルの変更に追従出来ていない

pull/31/head
yupix 2 years ago
parent f0aa73d3c4
commit 45ddd787b9
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -48,7 +48,7 @@ class UserActions:
path = ( path = (
f'/@{self.__user.username}' f'/@{self.__user.username}'
if external if external
else f'/{self.__user.action.get_mention()}' else f'/{self.__user.api.action.get_mention()}'
) )
return host + path return host + path

Loading…
Cancel
Save