Make centipede implementation get username at same place as final implementation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2023-01-31 00:27:00 +00:00
parent 05f18849cd
commit c58852bf89
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -73,9 +73,10 @@ def process_airplane(self):
lick = self.extract_lick()
print(activity)
username = self.get_username()
verify_lick(lick)
username = self.get_username()
if self.activity_for_inbox():
list_append(username, 'inbox', activity)
if activity['type'] == 'Accept':