append query {AND(`body` LIKE $tiix_filter_regex OR `subj` LIKE $tiix_filter_regex)}
}
if{$tiix_order_byideq1}{
append query {ORDER BY `is`}
append query {ORDER BY `id`}
}else{
append query {ORDER BY `timestamp`}
}
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.