bildpunkt / surfbird

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

Direct Messages #9

Closed pixeldesu closed 8 years ago

pixeldesu commented 8 years ago

Part of the general featureset.

Group them for each user, probably like this in app.messages:

{
  "username1": {
    // direct message objects here
  },
  "username2": {
    // direct message objects here
  }
}         
pixeldesu commented 8 years ago

Implemented with da491659d5553b179b521beab0417d0b661a48c7