summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 3ad8ce7d..bfea79ee 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -37,8 +37,6 @@ Item {
 		ListView {
 			id: chat
 
-			cacheBuffer: 2000
-
 			visible: timelineManager.timeline != null
 			anchors.fill: parent