mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-05 08:57:31 +01:00
Remove test value
This commit is contained in:
parent
d9b166339d
commit
0f98337a13
@ -61,7 +61,7 @@ class TimelineViewModel: ObservableObject, StatusesFetcher {
|
|||||||
pendingStatusesObserver?.pendingStatuses = []
|
pendingStatusesObserver?.pendingStatuses = []
|
||||||
statusesState = .loading
|
statusesState = .loading
|
||||||
statuses = try await client.get(endpoint: timeline.endpoint(sinceId: nil,
|
statuses = try await client.get(endpoint: timeline.endpoint(sinceId: nil,
|
||||||
maxId: "109762933377057565",
|
maxId: nil,
|
||||||
minId: nil,
|
minId: nil,
|
||||||
offset: statuses.count))
|
offset: statuses.count))
|
||||||
withAnimation {
|
withAnimation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user