@@ -127,7 +127,7 @@ func metaProc(ctx context.Context, name string, out chan<- string) {
for{
meta,err:=getMeta(name)
iferr!=nil{
current="Error: "+err.Error()
current=name+" - "+err.Error()
interval=30*time.Second
}else{
current=meta.title
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.