Commit Graph

16 Commits

Author SHA1 Message Date
glyph 8128b32f40 match post text value to avoid panic when field is empty 2022-08-26 08:46:46 +01:00
glyph 920141e0ce implement a method for post type 2022-08-23 14:13:27 +01:00
glyph 21d0c4b6ab no need to call functions using module prefix 2022-08-23 08:35:20 +01:00
glyph 459c2e13bd move unfollow ahead of db removal of peer 2022-08-22 16:20:23 +01:00
glyph f5b91c70b5 only add peer to db if following 2022-08-22 08:31:06 +01:00
glyph 8aef6fb0b9 - Remove `whoami` from managed state and instead call it when required
- Replace `Context::insert()` with `context!` macro
- Simplify `src/routes.rs` by moving composite follow / unfollow
  functions into `src/sbot.rs`
2022-08-16 17:12:18 +01:00
glyph ebc6fea762 move WhoAmI to sbot module 2022-08-11 17:34:02 +01:00
glyph d67d0f566f unfollow peer when unsubscribing 2022-08-11 14:27:45 +01:00
glyph 79de076930 satisfy clippy 2022-08-11 12:40:28 +01:00
glyph 29237bcf12 add env var to set go-sbot port 2022-08-11 11:57:23 +01:00
glyph 262cf40f44 undo off-by-one change 2022-08-11 09:03:00 +01:00
glyph 2c3f15e2da fix off-by-one sequence bug 2022-08-11 08:59:33 +01:00
glyph 9ec99dc0be full functionality and first polish 2022-08-11 08:28:37 +01:00
mycognosist 23ce3f00f0 add task loop, basic viewer functionality and routes 2022-06-13 08:24:55 +01:00
glyph 5012910c25 create ui and task loop 2022-05-16 15:32:58 +02:00
glyph 12b4165029 add webserver, sbot follow and subscription logic for database 2022-05-10 16:14:28 +02:00