Skip to content

fix: updated the mute and unmute api#48

Merged
MathurAditya724 merged 1 commit intov0.1from
fix/mute_unmute
Jan 22, 2025
Merged

fix: updated the mute and unmute api#48
MathurAditya724 merged 1 commit intov0.1from
fix/mute_unmute

Conversation

@MathurAditya724
Copy link
Contributor

Previously

  • Mute - user.actor(id).mute(), user.thread(id).mute(), user.actorList(id).mute()
  • Unmute - user.actor(id).unmute(), user.thread(id).unmute(), user.actorList(id).unmute()

New

  • Mute - user.mute.actor(id), user.mute.thread(id), user.mute.actorList(id)
  • Unmute - user.unmute.actor(id), user.unmute.thread(id), user.unmute.actorList(id)

@MathurAditya724 MathurAditya724 merged commit a682320 into v0.1 Jan 22, 2025
1 check passed
@MathurAditya724 MathurAditya724 deleted the fix/mute_unmute branch January 22, 2025 06:47
@shuuji3
Copy link
Collaborator

shuuji3 commented Jan 22, 2025

I think we'll want to discuss the final API interface but this refactoring can be marged for now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants