libpurple/tests/sqlite3/initial.sql

Thu, 06 Feb 2025 20:29:19 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 06 Feb 2025 20:29:19 -0600
changeset 43174
94bf15b8dad0
parent 41804
36c3c3cd2402
permissions
-rw-r--r--

IRCv3: Update the status window title when the user's nick changes

Testing Done:
Changed my nick on a local ergo server using quote and verified the title of the status window updated correctly. Also built and ran the flatpak without issue.

Bugs closed: PIDGIN-18036

Reviewed at https://reviews.imfreedom.org/r/3814/

CREATE TABLE foo(a TEXT);
CREATE TABLE bar(b TEXT);

mercurial