PinDMs: Add option to sort by most recent message

This commit is contained in:
Vendicated 2023-04-17 01:06:54 +02:00
parent d35654b887
commit 1caaa78490
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
4 changed files with 38 additions and 8 deletions

View file

@ -68,7 +68,7 @@ export interface SnowflakeUtils {
extractTimestamp(snowflake: string): number;
age(snowflake: string): number;
atPreviousMillisecond(snowflake: string): string;
compare(snowflake1: string, snowflake2: string): number;
compare(snowflake1?: string, snowflake2?: string): number;
}
interface RestRequestData {