fixed moved to

This commit is contained in:
Nicolas Constant 2022-12-27 22:35:11 -05:00
parent 52da17393b
commit 0dfe1f4f9f
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ namespace BirdsiteLive.Domain
twitterAccount = await _twitterUserDal.GetTwitterUserAsync(acct);
}
twitterAccount.MovedTo = validatedUser.ObjectId;
twitterAccount.MovedTo = validatedUser.User.id;
twitterAccount.MovedToAcct = validatedUser.FediverseAcct;
twitterAccount.LastSync = DateTime.UtcNow;
await _twitterUserDal.UpdateTwitterUserAsync(twitterAccount);