···335 * Removes posts from the feed upon deletion.
336 */
337 onPostDeleted(uri: string) {
338- console.log('hit', uri)
339 let i
340 do {
341 i = this.feed.findIndex(item => item.post.uri === uri)
···335 * Removes posts from the feed upon deletion.
336 */
337 onPostDeleted(uri: string) {
0338 let i
339 do {
340 i = this.feed.findIndex(item => item.post.uri === uri)