Skip to content

Commit

Permalink
content: Chat base
Browse files Browse the repository at this point in the history
  • Loading branch information
navix committed Nov 7, 2024
1 parent eacaa87 commit b0e3265
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 0 deletions.
Binary file added public/images/chat-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/chat-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/chat-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/chat-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/chat-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/chat-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/content/docs/basics/messages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,58 @@
title: Повідомлення (chat)
description: Як відправити приватне повідомлення.
---

import {Aside} from '@astrojs/starlight/components';

## Як відправити приватне повідомлення?

Перейдіть у розділ **Chat**. На мобільному ви можете знайти відповідну іконку внизу екрану.

<img src="/images/chat-1.png" class="app-left-center" style="aspect-ratio: 1089/504" />

Потім натисніть на кнопку **New chat** у правому верхньому куті екрану. Знайдіть користувача, якому
хочете відправити повідомлення.

<img src="/images/chat-2.png" class="app-left-center" style="aspect-ratio: 1091/386" />

Напишіть повідомлення та натисніть **Send**.

<img src="/images/chat-3.png" class="app-left-center" style="aspect-ratio: 1089/195" />

<Aside>
Якщо ви не можете відправити повідомлення, можливо користувач встановив обмеження на отримання
повідомлень від незнайомих користувачів.
</Aside>

## Хто може мені писати?

За замовчуванням, ви можете отримувати повідомлення від користувачів, на яких ви підписані.

Щоб змінити це, перейдіть у налаштування в розділі повідомлень.

<img src="/images/chat-4.png" class="app-left-center" style="aspect-ratio: 1094/443" />

Ви можете дозволити отримувати повідомлення від всіх користувачів Bluesky, тільки від тих, на кого
ви підписані, або від жодного користувача.

<img src="/images/chat-4-1.png" class="app-left-center" style="aspect-ratio: 1086/527" />

Зміни налаштувань не вплинуть на вже існуючі діалоги.

Заблоковані користувачі також не зможуть вам писати.

## Видалення чатів

Щоб прибрати діалог зі списку, натисніть на кнопку меню на панелі цього діалогу та виберіть **Leave
conversation**.

Для співрозмовника чат не буде видалений.

<img src="/images/chat-5.png" class="app-left-center" style="aspect-ratio: 1215/588" />

## Приватність

Повідомлення не зашифровуються, тому будьте обережні з особистою інформацією.

Ваші переписки можуть бути переглянуті адміністраторами Bluesky, якщо за вами буде помічена
поведінка, що суперечить правилам. Наприклад, спам або переслідування.

0 comments on commit b0e3265

Please sign in to comment.