Skip to content

Instantly share code, notes, and snippets.

View BillCarsonFr's full-sized avatar

Valere BillCarsonFr

View GitHub Profile
digraph {
rankdir = TB;
# Defaults
node [shape="box"];
# Node definitions
onSend [label="On Send message"]
@BillCarsonFr
BillCarsonFr / key_forward.dot
Last active March 17, 2022 13:55
Key Forward dot graph
digraph{
rankdir = TB;
label = "Key Forwarding\n\n";
labelloc = "t";
start [label="m.room_key_request\n received"]
isSelfDevice [label="Is it one of our device"]
isBlackListed [label="Is it blacklisted?"]