pidgin/pidgin

Make PurpleHistoryManager a final type

2021-10-20, Gary Kramlich
e19c9f9c79fc
Make PurpleHistoryManager a final type

Testing Done:
Ran the unit tests and sent a message and made sure it ended up in the database.

Reviewed at https://reviews.imfreedom.org/r/1083/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)