diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 1c45d0f6..e4d453b8 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -84,7 +84,7 @@
v-else-if="error403"
href="#"
>
-
+
{
// Change messaging if not public
if (statuses.error) {
- store.dispatch('set403Error', { value: true })
+ store.dispatch('set403Error', { value: statuses.error })
return
}
if (!older && statuses.length >= 20 && !timelineData.loading && numStatusesBeforeFetch > 0) {