You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API docs have a mistake, they say that target_ids is required if PM, else ignored. In reality its required for ANNOUNCE, ignored for others. (fixed, not sure which issue)
descriptions dont wrap if there is no spaces (very minor thing, noticed this while testing with random inputs, but i can totally see someone just holding down - because descriptions are annoying, maybe relevant on mobile with a very long word..?)(Always wrap chat announcement description #10522)
there seems to be no check besides the GUI for title and description length, trying to send something longer via api (or console, or modify maxlength) results in 500 error
when you try to send another message in the announcement chat you are limited to the normal chat editor, which means you can not type a new line manually, only get it by copy-pasting into the chat box. (Allow multi-line input in announcement channels #9760)
headings are supported, but their styling seems weird to me. probably should be a different colour, like [heading] on the forums (fixed, added underline, not sure which issue)
notification e-mails for announcement messages still seem to not be working (not sure if they are even implemented) (Send mail notification for announcement messages #9758) (not sure if actually working, never received one myself)
Overall a pretty long list of things that should be improved with announcement messages, many of them actually being relevant and not just "oh, you will find these if you do intense testing for edge cases" things. I can split this list into a bunch of seperate issues if wished for.
The text was updated successfully, but these errors were encountered:
Returning to using announcement messages after a while, the issue in #9002 still persists, and I have noticed a couple new ones
descriptions feel useless. in my experience they are just a hassle to fill out and a duplicate of the title(Make announcement channel description optional #9770)the GUI does not show the limits for lengths. These are title (50), description (255), message (1024)(Add message length counter to create announcements UI #9752)API docs have a mistake, they say that(fixed, not sure which issue)target_ids
is required if PM, else ignored. In reality its required for ANNOUNCE, ignored for others.descriptions dont wrap if there is no spaces (very minor thing, noticed this while testing with random inputs, but i can totally see someone just holding down(Always wrap chat announcement description #10522)-
because descriptions are annoying, maybe relevant on mobile with a very long word..?)the editor not filling the full screen height and just ending somewhere in the middle feels weird(Larger form for creating announcements #9753)when you try to send another message in the announcement chat you are limited to the normal chat editor, which means you can not type a new line manually, only get it by copy-pasting into the chat box.(Allow multi-line input in announcement channels #9760)headings are supported, but their styling seems weird to me. probably should be a different colour, like [heading] on the forums(fixed, added underline, not sure which issue)h2 is bigger than h1 for some reason, h1 and h3 very very similar(Fix heading sizes in announcement messages #9757)notification e-mails for announcement messages still seem to not be working (not sure if they are even implemented)(Send mail notification for announcement messages #9758) (not sure if actually working, never received one myself)Overall a pretty long list of things that should be improved with announcement messages, many of them actually being relevant and not just "oh, you will find these if you do intense testing for edge cases" things. I can split this list into a bunch of seperate issues if wished for.
The text was updated successfully, but these errors were encountered: