this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

labeling: fix missing Reason (yay tests)

+2
+2
labeling/admin.go
··· 176 176 177 177 view := &comatproto.AdminDefs_ReportView{ 178 178 Id: int64(row.ID), 179 + Reason: row.Reason, 179 180 ReasonType: &row.ReasonType, 180 181 Subject: subj, 181 182 ReportedBy: row.ReportedByDid, ··· 210 211 211 212 viewDetail := &comatproto.AdminDefs_ReportViewDetail{ 212 213 Id: int64(row.ID), 214 + Reason: row.Reason, 213 215 ReasonType: &row.ReasonType, 214 216 Subject: subj, 215 217 ReportedBy: row.ReportedByDid,