@@ -21,7 +21,7 @@ func (u *UserData) LoadMeta() bool {
forrows.Next(){
varmmetadata
rows.Scan(m.Key,m.Value,m.ID)
rows.Scan(&m.Key,&m.Value,&m.ID)
u.Meta[m.Key]=m
log.Printf("Loaded meta key %s id %d value %s",m.Key,m.ID,m.Value)
}
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.