作者:雲痕影落_969 | 来源:互联网 | 2023-08-08 19:27
Hello,Ihaveasmallclarificationquestionregardinghttps://github.com/tinode/chat/bl
Hello, I have a small clarification question regarding https://github.com/tinode/chat/blob/master/docs/API.md#fnd-and-tags-finding-users-and-topics.
Here is what I am doing:
1. User subscribes to
topic, does a {set topic="fnd"} on public field to
. There is another user in database with
2. Then finally (and unsuccessfully): {get topic="fnd" what="sub"}
I noticed that by setting the
field of the user's
topic to the tag being searched for violates the condition that the
field is a vCard? Currently I am just setting the entire public field to the tag being searched for, no
prefix... Is this where I go wrong?
Here is my server log.. Obviously something is failing with my
, no clue what it could be
2018/06/25 11:24:52 set: > >
2018/06/25 11:24:52 s.set: processing 'set'
2018/06/25 11:24:52 s.set: sending to topic
2018/06/25 11:24:52 topic[fndxQy56wpOmGk] meta.Set.Desc failed: {set} generated no update to DB
2018/06/25 11:24:52 grpc: writing message to stream ctrl:
2018/06/25 11:24:52 get: >
2018/06/25 11:24:52 s.get: processing 'get.sub'
2018/06/25 11:24:52 grpc: writing message to stream ctrl:
Thank you for your help
该提问来源于开源项目:tinode/chat
Works like a charm. Thank you very much!