Use global conversation id for SQLite history adapter

Review Request #3277 — Created July 3, 2024 and submitted

Information

pidgin/pidgin
default

Reviewers

This solves an error I'm getting when writing a message in the demo protocol plugin.

history manager write returned error: Error writing to the database: NOT NULL constraint failed: message_log.conversation_id

Wrote a message to a demo contact.

Summary ID
Use global conversation id for SQLite history adapter
44886ca783cbfc54b13001ba600dab89fffc1656
grim
  1. Tanks for fixing this, I was avoiding while thinking about the the next iteration of history adapters and stuff :-D

  2. 
      
grim
Review request changed
Status:
Completed