mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 00:53:04 -04:00
PinDMs: Add option to sort by most recent message
This commit is contained in:
parent
d35654b887
commit
1caaa78490
4 changed files with 38 additions and 8 deletions
2
src/webpack/common/types/utils.d.ts
vendored
2
src/webpack/common/types/utils.d.ts
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue