call purple_markup_linkify on message content

Review Request #3270 — Created June 23, 2024 and submitted

Information

pidgin/pidgin
default

Reviewers

call purple_markup_linkify on message content

Sent some messages from another client and verified the links were correct and clickable.

Summary ID
call purple_markup_linkify on message content
bc4ae0bf4ee634960a23396dea9a279a39a076aa
Description From Last Updated

purple_markup_linkify can return NULL, should we deal with this here by returning escaped?

ivanhoeivanhoe
ivanhoe
  1. 
      
  2. pidgin/pidginconversation.c (Diff revision 1)
     
     
    Show all issues

    purple_markup_linkify can return NULL, should we deal with this here by returning escaped?

    1. It looks like it only returns NULL if the string parameter is NULL so we should be fine here.

  3. 
      
ivanhoe
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed