mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-13 18:45:49 +05:00
The Chat badge now counts pending room invitations, but the web UI only offered to accept one: denyLobbyInvite() exists in the core and was called nowhere. An invitation left alone therefore kept the badge lit for good, with no action able to clear it. It can be declined now -- the entry leaves the room list with it, since it came from the invitation and not from the nearby lobbies. An invitation also carries no participant count: ChatLobbyInvite has lobby_id, peer_id, lobby_name, lobby_topic and lobby_flags, and total_number_of_peers only exists on the records the nearby list returns. The detail panel claimed "0 users" for every invited room, and the join-failure message read the same missing field to conclude the room was "no longer advertised by an online participant" -- a wrong diagnosis when the real cause was a refused identity. The version label also went back to v154 on the way in: the four merges of #23 to #26 each resolved main.js by keeping the lower number, so the branch says v154 while carrying the code of v157. Set to v158 rather than restoring v157, since the composer spacing and the invitations landed after it. |
||
|---|---|---|
| .. | ||
| boards | ||
| channels | ||
| chat | ||
| config | ||
| files | ||
| forums | ||
| network | ||
| people | ||
| scss | ||
| statistics | ||
| home.js | ||
| jdenticon.js | ||
| login.js | ||
| main.js | ||
| mithril.js | ||
| rswebui.js | ||
| statusbar.js | ||
| widgets.js | ||