fix unliking
This commit is contained in:
parent
1e54125f7f
commit
5397447ca7
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export class AlgoItemModel {
|
||||||
try {
|
try {
|
||||||
await this.rootStore.agent.app.bsky.feed.like.delete({
|
await this.rootStore.agent.app.bsky.feed.like.delete({
|
||||||
repo: this.rootStore.me.did,
|
repo: this.rootStore.me.did,
|
||||||
rkey: new AtUri(this.data.uri).rkey,
|
rkey: new AtUri(this.data.viewer?.like!).rkey,
|
||||||
})
|
})
|
||||||
this.toggleLiked()
|
this.toggleLiked()
|
||||||
this.decrementLike()
|
this.decrementLike()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue