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
To create chat need to use url: ../chat/create/{ name }&pinned=1&pinmsg={ url to the post } It will create a room with pinned chat at top and create pinned message that contains post url.
{ name } - parameter that set name of room (in this case title of post),
pinned - parameter means that we want to make this room pinned at top,
pinmsg - parameter that create message within given content and pins it at top.
In DB at post should be field that can store a link to attached room
I can’t find pinned rooms functionality in matrix, so need think about it (maybe in user’s profile settings?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
To create chat need to use url: ../chat/create/{ name }&pinned=1&pinmsg={ url to the post } It will create a room with pinned chat at top and create pinned message that contains post url.
{ name } - parameter that set name of room (in this case title of post),
pinned - parameter means that we want to make this room pinned at top,
pinmsg - parameter that create message within given content and pins it at top.
In DB at post should be field that can store a link to attached room
I can’t find pinned rooms functionality in matrix, so need think about it (maybe in user’s profile settings?)
Beta Was this translation helpful? Give feedback.
All reactions