Skip to content

Commit 0cd919c

Browse files
committed
chore: update whitewind lexicons
1 parent bb79f6e commit 0cd919c

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

lexicons-whtwnd/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/whtwnd/whitewind-blog/tree/c5bbe235a8500c3d9369c0a25e6eb8270882461c/lexicons
1+
https://github.com/whtwnd/whitewind-blog/tree/58928d674fd5a1ad98ff0ef5e5137ccbfd525a9f/lexicons

lexicons-whtwnd/com/whtwnd/blog/comment.json

-25
This file was deleted.

packages/definitions/whitewind/lib/lexicons.ts

-11
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@
99
import '@atcute/client/lexicons';
1010

1111
declare module '@atcute/client/lexicons' {
12-
namespace ComWhtwndBlogComment {
13-
/** A declaration of a comment. */
14-
interface Record {
15-
$type: 'com.whtwnd.blog.comment';
16-
/** Maximum string length: 1000 */
17-
content: string;
18-
entryUri: At.Uri;
19-
}
20-
}
21-
2212
namespace ComWhtwndBlogDefs {
2313
interface BlobMetadata {
2414
[Brand.Type]?: 'com.whtwnd.blog.defs#blobMetadata';
@@ -117,7 +107,6 @@ declare module '@atcute/client/lexicons' {
117107
}
118108

119109
interface Records {
120-
'com.whtwnd.blog.comment': ComWhtwndBlogComment.Record;
121110
'com.whtwnd.blog.entry': ComWhtwndBlogEntry.Record;
122111
}
123112

0 commit comments

Comments
 (0)