bildpunkt / surfbird

A Microblogging client built on Electron and Vue
MIT License
331 stars 56 forks source link

Replies #32

Closed pixeldesu closed 8 years ago

pixeldesu commented 8 years ago

With commit 5399e1c663c2510b39bcef0ba0e50b8d3948f1bd there is now a tweet storage available that keeps all tweets, while the actual iterables only contain ID references to them.

With this, we can properly implement replies now.

Roadmap:

pixeldesu commented 8 years ago

Implemented in f797a88