diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-10 19:24:59 +0200 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-10 19:24:59 +0200 |
commit | 67abf0354d231b4d83b7bf473f4bc722c5ba235c (patch) | |
tree | 5932ba9cb5730c712bec270f3626530a4ad3e225 | |
parent | 1c55177e3449c9e25d3d469a27395680e988e055 (diff) | |
download | libgnunetchat-67abf0354d231b4d83b7bf473f4bc722c5ba235c.tar.gz libgnunetchat-67abf0354d231b4d83b7bf473f4bc722c5ba235c.zip |
Removed the hint of missing section
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | HOWTO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ There are two functionalities which differentiate between direct chats and group | |||
47 | 47 | ||
48 | Anyone in your contacts needs to share at least one chat with you. This can either be a group chat or a direct chat. All contacts can be listed via `GNUNET_CHAT_iterate_contacts()`. If you want to get rid of a specific contact you can call `GNUNET_CHAT_contact_delete()` which will at least close the direct chat with them. But you would need to drop all common group chats to remove them fully from your contacts list. | 48 | Anyone in your contacts needs to share at least one chat with you. This can either be a group chat or a direct chat. All contacts can be listed via `GNUNET_CHAT_iterate_contacts()`. If you want to get rid of a specific contact you can call `GNUNET_CHAT_contact_delete()` which will at least close the direct chat with them. But you would need to drop all common group chats to remove them fully from your contacts list. |
49 | 49 | ||
50 | Each contact will provide a context for a direct chat with them. But it's recommend to check its status first. If a contact is only part of your contacts list because of a common group, there is no direct chat established. That means you will first need to invite them to a direct chat. The function `GNUNET_CHAT_context_request()` will take care of that and change the contexts status after success and depending on the acceptance of your invitation. Keep in mind that all requests and invitations for chats with other people can be ignored by them. Any chat is designed opt-in. More information about that under [Invitations](#Invitations). | 50 | Each contact will provide a context for a direct chat with them. But it's recommend to check its status first. If a contact is only part of your contacts list because of a common group, there is no direct chat established. That means you will first need to invite them to a direct chat. The function `GNUNET_CHAT_context_request()` will take care of that and change the contexts status after success and depending on the acceptance of your invitation. Keep in mind that all requests and invitations for chats with other people can be ignored by them. Any chat is designed opt-in. |
51 | 51 | ||
52 | ## Contexts | 52 | ## Contexts |
53 | 53 | ||