this repo has no description
0
fork

Configure Feed

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

labeler: bugfix w/r/t commiting labels

+1 -1
+1 -1
labeler/commit.go
··· 31 31 labelUri := "at://" + s.user.Did + "/" + path 32 32 log.Infof("persisted label in repo: %s", labelUri) 33 33 34 - rkey := strings.SplitN(path, ":", 2)[1] 34 + rkey := strings.SplitN(path, "/", 2)[1] 35 35 lr := models.Label{ 36 36 Uri: l.Uri, 37 37 SourceDid: l.Src,