mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-12 10:14:22 -05:00
fix: review event actor
This commit is contained in:
@@ -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']),
|
||||
|
||||
Reference in New Issue
Block a user