// newline is not needed is prev msg ends with one
ifstrings.HasSuffix(prevText,nl){
nl=""
}elseifstrings.HasSuffix(prevText,"\n"){
nl="\n"// only one newline, add another
}
ifmsgText!=""{
// as what char user sends msg?
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.