You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sequenceDiagram
actor user as Content creator
participant discord as Discord server
participant server as Server/Website
participant db as Database
user->>discord: Creates a new post
discord->>server: Sends a notification that<br/> a new post has been created
server->>db: Saves the post
Loading
sequenceDiagram
actor user as User
participant website as Website
participant db as Database
user->>website: Go see post with id 123
website->>db: Fetches post with id 123
db->>website:
website->>website: Renders markdown to html
website->>user: 200 OK - shows post as html
Loading
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: