fix(Caching): sweep archived threads in all channel caches (#6312)

This commit is contained in:
ckohen
2021-08-06 05:54:19 -07:00
committed by GitHub
parent a0974fdbbb
commit 3725dcafc0
6 changed files with 37 additions and 7 deletions

1
typings/index.d.ts vendored
View File

@@ -1852,6 +1852,7 @@ export class UserFlags extends BitField<UserFlagsString> {
export class Util extends null {
private constructor();
public static archivedThreadSweepFilter<K, V>(lifetime?: number): SweepFilter<K, V>;
public static basename(path: string, ext?: string): string;
public static binaryToId(num: string): Snowflake;
public static cleanContent(str: string, channel: Channel): string;