We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a01a8 commit 405564fCopy full SHA for 405564f
src/backend/src/services/GetUserService.js
@@ -82,7 +82,10 @@ class GetUserService extends BaseService {
82
83
async refresh_actor (actor) {
84
if ( actor.type.user ) {
85
- actor.type.user = await this.get_user({ username: actor.type.user.username });
+ actor.type.user = await this.get_user({
86
+ username: actor.type.user.username,
87
+ force: true,
88
+ });
89
}
90
return actor;
91
0 commit comments