threadsjs / threads.js

A Node.js library for the Threads API
MIT License
279 stars 29 forks source link

Add [un]mute, [un]restrict, [un]block functions #54

Closed stevenlafl closed 1 year ago

stevenlafl commented 1 year ago

Implements:

client.users.mute
client.users.unmute
client.users.restrict
client.users.unrestrict
client.users.block
client.users.unblock

The unrestrict diverging from "SIGNATURE" generation is intentional and consistent with the Threads app.