Chat API returning empty Result for 'pin' method
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
When using the chat API to pin a message in a conversation, the returned result object is empty:
$ keybase chat api -m '{"method": "pin", "params": {"options": {"message_id": 896, "channel": {"name": "dxb", "members_type": "impteamnative"}}}}'
{"result":{}}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the chat API's pin method and comparing its response handling with neighboring chat API methods. Reproduce the command shown in the issue, then identify the intended non-empty result and add coverage for the pin response. Done means the API returns the expected result for a pinned message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100