print(f"Your public key: {client.public_key.bech32()}")
# await asyncio.sleep(1)
t=threading.Thread(
target=client.get_dm,
args=(
client.public_key,
callback,
),
args=(client.public_key,callback),
)
t.start()
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.