Alex Brown
                                            Alex Brown
                                        
                                    I searched for the string "Duplicate Record" in the Code Repo, but there was nothing: this must be coming from a lower level of the API.
When my instance admin nova posts a notification, metatext displays this top right of timeline view with a red number. when I tap this I almost always get the "duplicate...
I looked at what happens when you tap notifications, and saw that it calls the announcement API *twice* each time: ```swift // TableViewController.swift override func viewDidLoad() { … viewModel.request(maxId: nil,...
note that I only get the "Duplicate Record" error when I start from a state with a new announcement in (which I can't reproduce readily-it depends upon my server admin)....
note that it is actually easy to cause the duplicate record error to occur in a different way: quickly double tap an emoji on the announcement screen. I found this...
> this issue might affect more than just the announcements view? yes, it does. Any time the TableView is created, TWO refresh calls are made. I don't know what overhead...
I just got another notification (1) for my server and tapped it with http logging on. here are the responses it gets from the moment I tap the announcement icon...
contrast this to the same sequence when there is NO count - just the megaphone icon ``` https://hachyderm.io/api/v1/announcements Status Code: 200 https://hachyderm.io/api/v1/announcements Status Code: 200 ``` this is still minor...
I love this detailed proposal. I personally appreciate the ability to disclose text and picture separately, and to re-hide pictures I don't want to see. for example, a picture may...
@rstockm could you please link to the human interface guidelines which are relevant to this UI? I would love it read them.