diff --git a/src/api/posts.ts b/src/api/posts.ts
index bf59ffa..95f691b 100644
--- a/src/api/posts.ts
+++ b/src/api/posts.ts
@@ -50,6 +50,7 @@ export interface Post {
id: string;
uri: string;
created_at: string;
+ edited_at: string | null;
account: Profile;
content: string;
in_reply_to_id: string | null;
diff --git a/src/components/Post.vue b/src/components/Post.vue
index 9461a6e..92f84eb 100644
--- a/src/components/Post.vue
+++ b/src/components/Post.vue
@@ -30,6 +30,7 @@
>
+ edited