-
SponsorBlock blocks the usage of the submit keybind (`'` by default) in the chat box for live streams, likely due to no submissions being received from the server (script error logs `[SponsorBlock] At…
-
**Description:**
Currently, the chat-sharing feature permits secondary sharing, where users with whom a chat is shared (e.g., User B) can share it further with others (e.g., User C). This creates pot…
-
**Is your feature request related to a problem? Please describe.**
The chat export creates, depending on the database, _thousands_ of empty chats, or chats with only system messages. e.g. files with …
-
There are 2 types of rooms: Direct Chats or Group Chats.
In direct chats, the bot can easily determine what language to speak in: the target language of the user it is talking to.
In group chats…
-
When I delete a chat it sometimes appears again. Also deleting chats is not possible on chat details and profile, only in main page by sliding the chat.
kehiy updated
2 months ago
-
Implement chats list header and menu UI
**_Base branch: develop_**
## Requirements
- Build UI for chats list header (Including new Menu button and new icon to share public key)
- Implement log…
-
Every day the memory consumption of the running client grows directly proportionally to the number of chats and messages,
is it possible to somehow make sure that the chats are not loaded, I think th…
-
Create a doc/helper page to help users understand chats a bit better.
- Where each chat is displayed on TC
- What they are used for/different audiences
- How automated posts fit in to this process
-
Hello Everyone.
Is there a way to use smart chats like a normal chat? Sometimes I don't want to embed my note and It seems the plugin embed all time. Am I right?
Thank you
-
```
module Api::V1
class P2pTrades::ChatsController < Api::BaseController
before_action :find_trade
def index
@chats = @trade.chats.includes(:attachment_attachment)
render json:…