That fuck shit the fascists are using
at master 9 lines 329 B view raw
1package org.tm.archive.database; 2 3/** 4 * Indicates that this table references a thread ID. Thread IDs can be remapped at runtime if recipients merge, and therefore this table needs to be able to 5 * handle remapping one thread ID to another. 6 */ 7interface ThreadIdDatabaseReference { 8 void remapThread(long fromId, long toId); 9}