Skip to content

Conversation

@samonaisi
Copy link
Contributor

No description provided.

samonaisi and others added 11 commits March 7, 2025 11:46
* remove discord tweeks

* fix typing

* add vscode settings

* run with docker

* actually return message

* use test_flow instead of main.py file

* create websocket interface

* run make style

* handle multiple users

* separate api and websocket apps
* remove bot

* update buttons

* buttons and views

* remove views and unused files

* rename interaction objects

* confirm button

* more stuff

* change button model

* updated models and buttons

* per user websocket connection

* update interface

* resolve imports

* openai_client, decorators and more actions

* fix typing error

* add get_image_url to universal image storage

* fix db fetching objects in manager

* handle static gifs and images

* cleaner handling of gifs

* send images one at a time and handle captions

* universal image handler

* rename and refactor some responses

* do not send images as bytes

* Add DataButton

* remove call to bot

* ignore some linter warnings
@samonaisi samonaisi changed the title ✨ Make electro work for any client ✨ Make electro run with any client Apr 8, 2025

discriminator = fields.IntField()
avatar = fields.CharField(max_length=255, null=True)
class PlatformId(Model):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we call it PlatformId and not simply Platform? When it's called PlatformId, the *_id prefixed FK-field would be named platform_id_id which IMHO doesn't make much sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants