daryltanwk / ChatOrDie2

ChatOrDie2
1 stars 0 forks source link

Allow for deleting of latest message, if submitter = user. #6

Closed xuatz closed 8 years ago

daryltanwk commented 8 years ago

ok this sounds reasonable. HAHA!

daryltanwk commented 8 years ago

There is actually already logic in place to remove last message if you are the submitter OR the starter of the story.

Undocumented Code

Meteor.call('deleteStorySegment','')

is found in the address bar as follows: > route: /3word/ypaoBFdXg8LTKfKfg > > storyId: ypaoBFdXg8LTKfKfg I will implement the UI for the code later.