stream-go2 icon indicating copy to clipboard operation
stream-go2 copied to clipboard

Reduce duplication between aggregated and notification feed

Open ferhatelmas opened this issue 5 years ago • 0 comments

Due to the type system (mostly), these two feed type implementations have duplicated code. It should be reduced to one since notification feed wraps aggregated feed mainly.

Then also drop the ignore in lint configuration: https://github.com/GetStream/stream-go2/blob/master/.golangci.yml#L54

ferhatelmas avatar Feb 26 '20 17:02 ferhatelmas