disciple-tools-theme icon indicating copy to clipboard operation
disciple-tools-theme copied to clipboard

comment type @mentions notifications

Open corsacca opened this issue 2 years ago • 1 comments

insert_notification_for_comment only sends a notification to @mentioned users if the comment is of type 'comment'

corsacca avatar Jan 05 '24 14:01 corsacca

It would seem it's a size restriction issue; as the wp_comments table currently has a column comment_type varchar(20) size constraint; which will fail for longer types.

Screenshot 2024-05-09 at 13 12 53

kodinkat avatar May 09 '24 12:05 kodinkat