@ -1228,7 +1228,7 @@ func getObjSubTypeId(objId int64) (int64, error) {
}
defer stmt.Close()
err = stmt.QueryRow(1).Scan(&objSubTypeId)
err = stmt.QueryRow(objId).Scan(&objSubTypeId)
if err != nil {
return 0, err
The note is not visible to the blocked user.