Flori

Results 112 issues of Flori

### Description I set up this service using docker compose using the following docker-compose.yml ```yml version: '3' services: copilot-gpt4-service: build: context: . dockerfile: Dockerfile environment: - HOST=0.0.0.0 ports: - 4780:8080...

bug

Currently, the endpoint `/guilds/{guild_id}/messages/search/` exists. However, the Discord API also has a second message-search endpoint, which is [`/channels/{channel_id}/messages/search/`](https://discord-userdoccers.vercel.app/resources/message#search-messages). This endpoint is currently missing.

Route
Module: API

[Discord Docs show](https://discord.com/developers/docs/resources/guild#ban-object), that the `Guild Ban` object has changed severely from its current implementation in Spacebar. As a refresher, the current `Guild Ban` looks sort of like this, at...

Bug

[The route documented here](https://discord-userdoccers.vercel.app/resources/invite#create-user-invite) seems to be missing. It is likely, that related routes are also missing.

Route
Module: API

Discords current API routes for message reactions seem to have changed. There are now the following routes: DELETE /channels/{channel_id}/messages/{message_id}/reactions/ GET /channels/{channel_id}/messages/{message_id}/reactions/{emoji} DELETE /channels/{channel_id}/messages/{message_id}/reactions/{emoji} DELETE /channels/{channel_id}/messages/{message_id}/reactions/{emoji}/{user_id} PUT /channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me DELETE/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me This seems...

Route
Module: API

I am running into weird behaviour with the server and i am *pretty* sure that this is weird/unintended server behaviour Creating a DM, be it group dm or 1:1 dm,...

Bug

![Screenshot of Discord API Docs](https://user-images.githubusercontent.com/39242991/236546938-fa33e6bc-528c-4789-966f-cbfa0d938210.png) ![Screenshot of Spacebar API Docs](https://user-images.githubusercontent.com/39242991/236547057-f7b9f2c5-05f4-44dc-9a12-f61029f9a410.png) Two small things: * The Spacebar API Docs suggest, that for creating a message, you should pass a `type`: `integer`...

**Describe the bug** When I send a request to /api/auth/register with the following json body: ```json { "username": "Hi", "consent": false } ``` I get this error: ```json { "code":...

Bug

I built Fast-Discord according to the instructions in README.md, using Homebrew for deps and cmake for compiling on macOS 13.0 22A380 arm64 (MacBook Pro M1 2020) If I open a...

To offer a better user experience, it should be considered if we should add a feature which allows an initial synchronization of messages from an already existing device to another,...

Category: UI/UX
Category: Functionality