nilswx / strik

Mobile multiplayer word game with cocos2D
2 stars 0 forks source link

[Activity Stream] Welcome message? #2

Open matthijn opened 10 years ago

matthijn commented 10 years ago

Perhaps add a welcome message in the time line of some sort? It looks kinda empty with just one person in the timeline when just joined.

nilswx commented 10 years ago

This can be done clientside, just have a boolean for firstLogin or something, and then spawn a localized message in the timeline. :)

matthijn commented 10 years ago

Well, I meant like a welcome message or something. Which then remains in your timeline. Which the server sends.

nilswx commented 10 years ago

Ah, so a persistent one. Still, it's better to do this at the client. Otherwise, the server would have to localize it for all languages and send it on every login.