tangled
alpha
login
or
join now
ethanholz.com
/
streamplace-chat-overlay
1
fork
atom
A Rust project for overlaying your stream.place chat in OBS
1
fork
atom
overview
issues
pulls
pipelines
lint: clippy
ethanholz.com
2 weeks ago
89b15ddb
65d6f15a
verified
This commit was signed with the committer's
known signature
.
ethanholz.com
SSH Key Fingerprint:
SHA256:+6MQcSZ4BvZD0GRuPWxz1Tj8TssCmDtrV1VWhmNeW8s=
+2
-5
1 changed file
expand all
collapse all
unified
split
src
main.rs
+2
-5
src/main.rs
···
5
5
types::{collection::Collection, did::Did},
6
6
xrpc::SubscriptionClient,
7
7
};
8
8
-
use jacquard_api::{
9
9
-
com_atproto::identity::submit_plc_operation::submit_plc_operation_state::members::operation,
10
10
-
place_stream::chat::message::{Message, MessageRecord},
11
11
-
};
8
8
+
use jacquard_api::place_stream::chat::message::{Message, MessageRecord};
12
9
use jacquard_common::xrpc::subscription::TungsteniteSubscriptionClient;
13
10
use jacquard_identity::{
14
14
-
JacquardResolver, PublicResolver,
11
11
+
JacquardResolver,
15
12
resolver::{PlcSource, ResolverOptions},
16
13
};
17
14
use maud::{Markup, Render, html};