https://bugzilla.wikimedia.org/show_bug.cgi?id=67778
--- Comment #4 from Kunal Mehta (Legoktm) <[email protected]> --- (In reply to Niklas Laxström from comment #3) > *shakes head* Can someone please first make the extensions use the same hook > or at least the same format for the same data. No, because they do different things. Renameuser only needs to change things if you're storing the user's name. UserMerge needs to update rows if user id is stored as well. Depending on how you're storing the data, you might need to use a different hook point as well (ex: AccountAudit in I4deffe2c9969f9a1a4a679b1ee2a9f902a59fcab). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
