Files
profanity/src/config
Jabber Developer 25e0459979 fix(ai): persist API keys to disk after set/remove operations
API keys set via /ai set token were only stored in memory and lost
on client restart. prefs_ai_set_token() and prefs_ai_remove_token()
mutated the in-memory prefs but never called _save_prefs(), unlike
other preference setters in the same file.

Both functions now call _save_prefs() after mutating the keyfile,
ensuring API keys persist across client restarts as advertised.
2026-04-30 19:01:10 +00:00
..
2023-04-18 14:28:20 +02:00
2025-03-27 20:06:38 +01:00
2022-03-22 11:44:01 +01:00
2025-03-27 20:06:38 +01:00
2020-07-07 14:18:57 +02:00
2025-03-27 20:06:38 +01:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00