Skip to content

Commit

Permalink
README.md cleanup [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Aug 20, 2024
1 parent c480f49 commit e6323fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ Federation happens through two tables, `inbox` and `outbox`. Both contain [Activ
`inbox` contains activities by users on other servers, while `outbox` contains activities of local users.

```
┏━━━━━━━━━━━━━━━━━┓
┃ gemini.Listener ┃
┗━━━━━━━━┳━━━━━━━━┛
┏━━━━━━━━┻━━━━━━━━┓
┃ front.Handler ┃
┗━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━┓
┃ gemini.Listener ┃
┗━━━━━━━━┳━━━━━━━━┛
┏━━━━━━━━┻━━━━━━━━┓
┃ front.Handler
┗━━━━━━━━━┳━━━━━━━━┛
┌───────┐ ┌────────┐ ┌────┸────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
│ notes │ │ shares │ │ persons │ │ follows │ │ outbox │ │ inbox │
├───────┤ ├────────┤ ├─────────┤ ├─────────┤ ├─────────┤ ├─────────┤
Expand Down

0 comments on commit e6323fc

Please sign in to comment.