mirror of
https://github.com/git-touch/git-touch
synced 2025-01-18 18:29:59 +01:00
fix: review event actor
This commit is contained in:
parent
9cac22e616
commit
eadac28db7
@ -288,9 +288,7 @@ class TimelineItem extends StatelessWidget {
|
||||
case 'ReviewRequestedEvent':
|
||||
return TimelineEventItem(
|
||||
iconData: Octicons.eye,
|
||||
// actor: payload['author']['login'],
|
||||
// TODO:
|
||||
actor: 'test',
|
||||
actor: payload['actor']['login'],
|
||||
textSpan: TextSpan(children: [
|
||||
TextSpan(text: ' requested a review from '),
|
||||
createUserSpan(context, payload['requestedReviewer']['login']),
|
||||
|
Loading…
Reference in New Issue
Block a user