Mercurial > libervia-web
comparison libervia/web/pages/chat/page_meta.py @ 1623:fdb5689fb826
browser (chat): Update following template change + some cleaning:
- Some templates have been moved from `chat` to `components` to be re-used, this patch
adapt the code consequently.
- Remove now unused `select` page.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 21 May 2025 15:57:21 +0200 |
parents | a2cd4222c702 |
children |
comparison
equal
deleted
inserted
replaced
1622:c2065de5f6d0 | 1623:fdb5689fb826 |
---|---|
22 rdata = self.get_r_data(request) | 22 rdata = self.get_r_data(request) |
23 | 23 |
24 try: | 24 try: |
25 target_jid_s = self.next_path(request) | 25 target_jid_s = self.next_path(request) |
26 except IndexError: | 26 except IndexError: |
27 target_jid_s = "goffi@tazar3.int" | 27 target_jid_s = self.get_jid(request).userhost() |
28 # # not chat jid, we redirect to jid selection page | 28 # # not chat jid, we redirect to jid selection page |
29 # self.page_redirect("chat_select", request) | 29 # self.page_redirect("chat_select", request) |
30 # return | 30 # return |
31 | 31 |
32 try: | 32 try: |