Fix #1039 - Fix typo in user model 'oublished' to 'published'
This commit is contained in:
parent
dd73391663
commit
34b755f43d
@ -216,7 +216,7 @@ class User(Base, UserMixin):
|
||||
published = UTC.localize(self.created)
|
||||
user = {
|
||||
"id": "acct:{0}@{1}".format(self.username, request.host),
|
||||
"oublished": published.isoformat(),
|
||||
"published": published.isoformat(),
|
||||
"preferredUsername": self.username,
|
||||
"displayName": "{0}@{1}".format(self.username, request.host),
|
||||
"objectType": self.object_type,
|
||||
|
Loading…
x
Reference in New Issue
Block a user