buro9 / microcosm

Front end for Microcosm, a Go web server that serves the static files, templates and performs API calls.
GNU Affero General Public License v3.0
11 stars 3 forks source link

Convert /huddles #20

Closed buro9 closed 2 years ago

buro9 commented 7 years ago

Lists all huddles that someone is a participant of.

Huddles are private messages, they've taken the name huddle because they act more like a real world huddle... ad hoc group of people talking. Deleting a huddle doesn't delete it, it just removes you from it. Joining a huddle grants you full access to the history of the huddle (you can see messages before you arrived).

buro9 commented 2 years ago

This is done, but has a bug.

The commits that added this are: https://github.com/buro9/microcosm/commit/a565421dfe35d358335c5ce6ea4736b1aa96fbbd https://github.com/buro9/microcosm/commit/afa912f81d492cdde845ae7b0989cda5b74f5e63

The unread status is not showing correctly on the template.