mojotech / modernator-haskell

An API server for hosting Reddit AMA style Q&A sessions.
GNU General Public License v3.0
4 stars 0 forks source link

Return "self" information in FullSession data #17

Open RocketPuppy opened 7 years ago

RocketPuppy commented 7 years ago

Right now the client must keep track of what it is authenticated as by saving the result of joining a session (Questioner) or creating a session (Answerer). This could lead to some confusion. It might be useful to return "self" as a member of FullSession.

This essentially personalizes the result of FullSession, so that it's no longer identical across clients. This may not be a good thing, but I'm not convinced.