diff --git a/src/BirdsiteLive.Domain/MigrationService.cs b/src/BirdsiteLive.Domain/MigrationService.cs index b4df0a5..1d9f6ae 100644 --- a/src/BirdsiteLive.Domain/MigrationService.cs +++ b/src/BirdsiteLive.Domain/MigrationService.cs @@ -63,7 +63,7 @@ namespace BirdsiteLive.Domain if (tweet.CreatorName.Trim().ToLowerInvariant() != acct.Trim().ToLowerInvariant()) throw new Exception($"Tweet not published by @{acct}"); - + if (!tweet.MessageContent.Contains(code)) { var message = "Tweet don't have migration code"; @@ -130,10 +130,7 @@ namespace BirdsiteLive.Domain await _twitterUserDal.UpdateTwitterUserAsync(twitterAccount); // Notify Followers - var message = $@"
[BSL MIRROR SERVICE NOTIFICATION]
- This bot has been disabled by its original owner.
- It has been redirected to {validatedUser.FediverseAcct}.
-
[BSL MIRROR SERVICE NOTIFICATION]
This bot has been disabled by its original owner.
It has been redirected to {validatedUser.FediverseAcct}.
[BSL MIRROR SERVICE NOTIFICATION]
- This bot has been deleted by its original owner.
-
[BSL MIRROR SERVICE NOTIFICATION]
This bot has been deleted by its original owner.