Opened 15 years ago
Closed 15 years ago
#46 closed enhancement (fixed)
Home page "featured stream" tweaks
Reported by: | ajanata | Owned by: | Grinnz |
---|---|---|---|
Priority: | trivial | Milestone: | time_t overflow |
Component: | Pre-January 2010 SocialGamer Website (defunct) | Keywords: | homepage |
Cc: |
Description
If the stream we set as featured is offline, it should degrade as follows:
- Online stream with the most number of chatters on our server (including 0, if need be)
- Random stream if more than one stream satisfies condition above (could be done with ORDER BY channel.current_members DESC, RAND() I think -- however that would get translated to DBx)
- Message stating that no streams are online
Change History (1)
comment:1 Changed 15 years ago by wwwedit
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [334]) Grinnz: featured stream is first matched side stream if featured stream is not live, fixes #46