Michael Telatynski
Michael Telatynski
@turt2live Element Android is using it also https://github.com/matrix-org/matrix-android-sdk2/blob/2627b3c7cb8350235269f47a239c46ed2ad512a4/matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/RoomAPI.kt#L442-L452 https://github.com/vector-im/element-android/search?q=getRoomSummary
@deepbluev7 looks like Element Web is using it too. https://github.com/matrix-org/matrix-js-sdk/blob/9bf8b936d4b1312b5f24819c1cd3621d58ee4451/src/client.ts#L8925-L8937 https://github.com/matrix-org/matrix-react-sdk/blob/658ff4dfe6c93ca602060133054e45e859c6f32d/src/components/views/rooms/RoomInfoLine.tsx#L38
Bunch of PoCs: https://github.com/matrix-org/matrix-react-sdk/pull/5099 https://github.com/turt2live/matrix-media-repo/pull/327 https://github.com/turt2live/matrix-media-repo/pull/328 https://github.com/turt2live/matrix-sticker-manager/pull/22 https://github.com/turt2live/matrix-dimension/pull/420
Slight hurdle, blurhash doesn't support transparencies so doesn't seem appropriate for Stickers   The reference site breaks when given a transparency  https://github.com/woltapp/blurhash/issues/100
@chagai95 are you going to iterate on this or should it be closed?
That icon comes from https://github.com/vector-im/element-desktop/pull/117
Yeah, any suggestions of where to :P?
For changes like this is it often useful to have an issue open to collect user opinions and feedback, including from the Element Product team which decide if this is...
Needs DCO sign-off as per the CONTRIBUTING doc: https://github.com/matrix-org/matrix-js-sdk/blob/master/CONTRIBUTING.rst#sign-off
> What I see in the screenshots is the taskbar button (not tray icon) not being in sync with the window icon. Ah yes this does not affect the Window...