mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 03:38:39 -05:00
[PR #93] [MERGED] fix: commit comment event render error #2702
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pd4d10/git-touch/pull/93
Author: @shreyas1599
Created: 5/16/2020
Status: ✅ Merged
Merged: 5/17/2020
Merged by: @pd4d10
Base:
master← Head:commit-comment-fix📝 Commits (1)
e3c5e29fix: commit comment event render error📊 Changes
3 files changed (+50 additions, -4 deletions)
View changed files
📝
lib/models/github.dart(+2 -0)📝
lib/models/github.g.dart(+5 -1)📝
lib/widgets/event_item.dart(+43 -3)📄 Description
CommitCommentevent in their feed.CommitCommentevent rendered my news screen blank today. Took some time to figure that out.buildCommitsCardfor this event.This was the error:
After fixing:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.