mirror of
https://github.com/mikedilger/chorus.git
synced 2026-05-03 06:51:42 +00:00
moderate: show kind
This commit is contained in:
parent
c420335188
commit
dd8e345e86
@ -91,13 +91,13 @@ fn main() -> Result<(), Error> {
|
||||
}
|
||||
|
||||
println!("---------------------------------------------------------------");
|
||||
println!("id={} pubkey={}", event.id(), event.pubkey());
|
||||
println!("kind={} id={}", event.kind(), event.id());
|
||||
println!("{}", String::from_utf8_lossy(event.content()));
|
||||
println!("---------------------------------------------------------------");
|
||||
|
||||
println!(">> Pubkey: (p) approve, (P) ban and delete");
|
||||
println!(">> Id: (i) approve, (I) ban and delete");
|
||||
println!(">> other: (s) skip, (q) quit");
|
||||
println!(" Pubkey: (p) approve, (P) ban and delete");
|
||||
println!(" Id: (i) approve, (I) ban and delete");
|
||||
println!(" other: (s) skip, (q) quit");
|
||||
|
||||
loop {
|
||||
print!(">> ");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user