spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.48k stars 251 forks source link

fix: display pinned message author #1201

Closed CyberL1 closed 2 months ago

CyberL1 commented 2 months ago

Currently when getting channel pins author is an empty object. This PR fixes that.

Before: obraz After: obraz