Display text associated with an incoming image message
This commit is contained in:
@@ -533,7 +533,7 @@ delta_recv_im(DeltaConnectionData *conn, dc_msg_t *msg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
image_id = purple_imgstore_add_with_id(data, length, filename);
|
image_id = purple_imgstore_add_with_id(data, length, filename);
|
||||||
text = g_strdup_printf("<img id='%d'>", image_id);
|
text = g_strdup_printf("<img id='%d'><br/>%s", image_id, text);
|
||||||
}
|
}
|
||||||
|
|
||||||
char *name = dc_contact_get_name(from);
|
char *name = dc_contact_get_name(from);
|
||||||
|
Reference in New Issue
Block a user