diff --git a/src/components/notification.jsx b/src/components/notification.jsx
index 264ce4f7..aeeb1065 100644
--- a/src/components/notification.jsx
+++ b/src/components/notification.jsx
@@ -334,14 +334,14 @@ function Notification({
) : (
)}
diff --git a/src/components/status.jsx b/src/components/status.jsx
index f11376d3..f97f19bc 100644
--- a/src/components/status.jsx
+++ b/src/components/status.jsx
@@ -1503,7 +1503,7 @@ function Status({
{size !== 'l' &&
(_deleted ? (
Deleted
- ) : url && !previewMode && !quoted ? (
+ ) : url && !previewMode && !readOnly && !quoted ? (
{
@@ -1551,7 +1551,9 @@ function Status({
/>
)}{' '}
- {!previewMode && }
+ {!previewMode && !readOnly && (
+
+ )}
) : (
//