|
Her message que?
Switching integrations is not something we necessarily support here. I wrote up that tool to help realign photos and comments id's because usernames are stored in those tables.
If your talking about private messages, photo notifications etc you might simply want to clear those tables
DELETE FROM pp_messages;
DELETE FROM pp_notify;
|