Replace Talkatu in the notify api
Review Request #2750 — Created Oct. 29, 2023 and submitted
Replace Talkatu in the notify api
Used some turtle power.

-
-
This change drops support for html formatting in notify_formatted.
For example, without the changes of this RR calling
purple_notify_formatted(NULL, "title", "primary", "secondary", "some <b>bold</b> text", NULL, NULL);
would print the word "bold" as bold text. Now, with the changes of this RR, it printssome <b>bold</b> text
literally.
Change Summary:
add /r/2754 as a dependency to keep the html support around.
Depends On: |
|
---|
Change Summary:
rebased and removed the unused ag variable.
Commits: |
|
|||||||
---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+10 -20) |